/titanic_51/usr/src/lib/libpp/common/ |
H A D | ppfsm.h | 133 #define TOKEN (HITN+3) macro 134 #define OCT1 (TOKEN+1) 135 #define OCT2 (TOKEN+2) 136 #define OCT3 (TOKEN+3) 137 #define NOT1 (TOKEN+4) 138 #define PCT1 (TOKEN+5) 139 #define AND1 (TOKEN+6) 140 #define STAR1 (TOKEN+7) 141 #define PLUS1 (TOKEN+8) 142 #define MINUS1 (TOKEN+9) [all …]
|
H A D | ppfsm.c | 330 { TOKEN, { C_XXX }, S_HUH, }, 331 { TOKEN, { C_EOF }, S_EOF, }, 332 { TOKEN, { C_DEC }, DEC1, }, 333 { TOKEN, { '0' }, OCT1, }, 334 { TOKEN, { '.' }, DOT1, }, 335 { TOKEN, { C_LET }, NID, }, 336 { TOKEN, { 'L' }, LIT, }, 337 { TOKEN, { '"', '\'', '<' }, S_LITBEG, }, 338 { TOKEN, { '/' }, COM1, }, 339 { TOKEN, { '\n' }, S_NL, }, [all …]
|
H A D | pplex.c | 149 #define START TOKEN
|
/titanic_51/usr/src/contrib/ast/src/lib/libpp/ |
H A D | ppfsm.h | 133 #define TOKEN (HITN+3) macro 134 #define OCT1 (TOKEN+1) 135 #define OCT2 (TOKEN+2) 136 #define OCT3 (TOKEN+3) 137 #define NOT1 (TOKEN+4) 138 #define PCT1 (TOKEN+5) 139 #define AND1 (TOKEN+6) 140 #define STAR1 (TOKEN+7) 141 #define PLUS1 (TOKEN+8) 142 #define MINUS1 (TOKEN [all...] |
H A D | ppfsm.c | 53 * TOKEN tokenizing pplex() 330 { TOKEN, { C_XXX }, S_HUH, }, 331 { TOKEN, { C_EOF }, S_EOF, }, 332 { TOKEN, { C_DEC }, DEC1, }, 333 { TOKEN, { '0' }, OCT1, }, 334 { TOKEN, { '.' }, DOT1, }, 335 { TOKEN, { C_LET }, NID, }, 336 { TOKEN, { 'L' }, LIT, }, 337 { TOKEN, { '"', '\'', '<' }, S_LITBEG, }, 338 { TOKEN, { '/' }, COM [all...] |
H A D | pplex.c | 149 #define START TOKEN
|
/titanic_51/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/ |
H A D | nwamcfg_grammar.y | 55 %token TOKEN EQUAL OPTION 71 %type <strval> TOKEN EQUAL OPTION 177 | CLEAR TOKEN 211 | CREATE TOKEN 226 | CREATE resource1_type TOKEN 239 | CREATE resource2_type ncu_class_type TOKEN 254 | CREATE OPTION TOKEN resource1_type TOKEN 269 | CREATE OPTION TOKEN resource2_type ncu_class_type TOKEN [all...] |
H A D | nwamcfg_lex.l | 225 return TOKEN; 230 return TOKEN; 235 return TOKEN;
|
/titanic_51/usr/src/cmd/zonecfg/ |
H A D | zonecfg_grammar.y | 132 %token COMMIT REVERT EXIT SEMICOLON TOKEN ZONENAME ZONEPATH AUTOBOOT POOL NET 140 %type <strval> TOKEN EQUAL OPEN_SQ_BRACKET CLOSE_SQ_BRACKET 239 | ADD TOKEN 280 | CANCEL TOKEN 300 | CREATE TOKEN 310 | CREATE TOKEN TOKEN 321 | CREATE TOKEN TOKEN TOKEN [all...] |
H A D | zonecfg_lex.l | 347 return TOKEN; 352 return TOKEN; 357 return TOKEN; 364 return TOKEN; 371 return TOKEN; 406 * Claim the specified unclaimed TOKEN. YACC reduction rules that 469 * Create a TOKEN from the specified string. The TOKEN is merely a duplicate 484 * Add the new TOKEN to the list of unclaimed TOKENs. The list might
|
/titanic_51/usr/src/uts/common/fs/sockfs/ |
H A D | nl7ctokgen | 60 TOKEN="$TOKEN 79 $TOKEN
|
/titanic_51/usr/src/lib/krb5/ss/ |
H A D | parse.c | 16 enum parse_mode { WHITESPACE, TOKEN, QUOTED_STRING }; enumerator 98 parse_mode = TOKEN; 105 while (parse_mode == TOKEN) { 139 parse_mode = TOKEN;
|
/titanic_51/usr/src/lib/libmail/inc/ |
H A D | s_string.h | 98 #define TOKEN 0 /* read the next whitespace delimited token */ macro 101 #define s_gettoken(a,b) s_seq_read(a,b,TOKEN)
|
/titanic_51/usr/src/cmd/format/ |
H A D | io.h | 93 typedef char TOKEN[TOKEN_SIZE+1]; /* token type */ typedef
|
H A D | startup.c | 397 TOKEN token; in sup_prxfile() 398 TOKEN cleaned; in sup_prxfile() 471 TOKEN token; in sup_setpath() 472 TOKEN cleaned; in sup_setpath() 535 TOKEN token, cleaned, ident; in sup_setdtype() 812 TOKEN token; in sup_change_spec() 813 TOKEN ident; in sup_change_spec() 937 TOKEN token, cleaned, disk, ctlr, ident; in sup_setpart() 2356 TOKEN token_buf; in datafile_error()
|
H A D | io.c | 355 TOKEN buf; 456 TOKEN token, cleantoken; 457 TOKEN token2, cleantoken2; 2219 static TOKEN pushed_buf;
|
H A D | menu_defect.c | 617 TOKEN filename; in d_load()
|
H A D | menu_command.c | 137 TOKEN token, cleantoken; in c_disk()
|
/titanic_51/usr/src/lib/libpp/i386/ |
H A D | ppdebug.h | 51 "TOKEN", TOKEN,
|
/titanic_51/usr/src/lib/libpp/sparc/ |
H A D | ppdebug.h | 51 "TOKEN", TOKEN,
|
/titanic_51/usr/src/cmd/rmformat/ |
H A D | rmf_slice.c | 72 typedef char TOKEN[TOKEN_SIZE+1]; /* token type */ typedef 157 TOKEN token; in sup_prxfile() 158 TOKEN cleaned; in sup_prxfile() 431 TOKEN token, cleaned, ident; in sup_setpart()
|
/titanic_51/usr/src/lib/libmail/common/ |
H A D | s_string.c | 268 if (lineortoken == TOKEN) { in s_seq_read()
|
/titanic_51/usr/src/lib/libsqlite/tool/ |
H A D | lempar.c | 518 #define TOKEN (yyminor.yy0) in yy_syntax_error() macro
|
/titanic_51/usr/src/lib/libsqlite/src/ |
H A D | parse.y | 25 if( TOKEN.z[0] ){ 26 sqliteErrorMsg(pParse, "near \"%T\": syntax error", &TOKEN);
|
/titanic_51/usr/src/data/hwdata/ |
H A D | usb.ids | 11755 1359 UA SECURE STORAGE TOKEN 11764 ace0 UA HYBRID TOKEN
|