Home
last modified time | relevance | path

Searched refs:T_STRING (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/dev/iscsi/
Discsi_text.c115 T_STRING, /* string */ enumerator
139 {"CHAP_N", T_STRING, 0},
153 {"InitiatorAlias", T_STRING, 0},
154 {"InitiatorName", T_STRING, 0},
163 {"TargetAddress", T_STRING, 0},
164 {"TargetAlias", T_STRING, 0},
165 {"TargetName", T_STRING, 0},
167 {NULL, T_STRING, 0}
567 case T_STRING: in get_parameter()
693 case T_STRING: in put_parameter()
[all …]
/netbsd/src/usr.bin/xlint/lint1/
Dcgram.y344 %token <y_string> T_STRING
524 T_STRING
525 | string T_STRING {
1928 T_STATIC_ASSERT T_LPAREN constant_expression T_COMMA T_STRING
2034 | T_ASM T_LPAREN T_STRING T_RPAREN gcc_attribute_specifier_list_opt {
2035 freeyyv(&$3, T_STRING);
Dlex.c1371 return T_STRING; in lex_string()
1409 return T_STRING; in lex_wide_string()
1647 case T_STRING:; in fill_token()
1717 } else if (tok == T_STRING) { in freeyyv()
/netbsd/src/sys/dev/microcode/aic7xxx/
Daicasm_gram.y167 %token <str> T_PATH T_STRING T_ARG T_MACROBODY
269 T_PREFIX '=' T_STRING
281 T_PATCH_ARG_LIST '=' T_STRING
293 T_VERSION '=' T_STRING