/illumos-gate/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 [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
|
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | nl7ctokgen | 60 TOKEN="$TOKEN 79 $TOKEN
|
/illumos-gate/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...] |
/illumos-gate/usr/src/lib/krb5/ss/ |
H A D | parse.c | 16 enum parse_mode { WHITESPACE, TOKEN, QUOTED_STRING }; enumerator in enum:parse_mode 98 parse_mode = TOKEN; 105 while (parse_mode == TOKEN) { 139 parse_mode = TOKEN;
|
/illumos-gate/usr/src/cmd/zonecfg/ |
H A D | zonecfg_grammar.y | 132 %token COMMIT REVERT EXIT SEMICOLON TOKEN ZONENAME ZONEPATH AUTOBOOT POOL NET 141 %type <strval> TOKEN EQUAL OPEN_SQ_BRACKET CLOSE_SQ_BRACKET 240 | ADD TOKEN 281 | CANCEL TOKEN 301 | CREATE TOKEN 311 | CREATE TOKEN TOKEN 322 | CREATE TOKEN TOKEN TOKEN [all...] |
/illumos-gate/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)
|
/illumos-gate/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; 398 TOKEN cleaned; 471 TOKEN token; 472 TOKEN cleaned; 535 TOKEN token, cleaned, ident; 812 TOKEN token; 813 TOKEN ident; 937 TOKEN token, cleaned, disk, ctlr, ident; 2356 TOKEN token_buf;
|
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;
|
H A D | menu_command.c | 137 TOKEN token, cleantoken;
|
/illumos-gate/usr/src/lib/libpp/i386/ |
H A D | ppdebug.h | 51 "TOKEN", TOKEN,
|
/illumos-gate/usr/src/lib/libpp/sparc/ |
H A D | ppdebug.h | 51 "TOKEN", TOKEN,
|
/illumos-gate/usr/src/lib/libmail/common/ |
H A D | s_string.c | 268 if (lineortoken == TOKEN) {
|
/illumos-gate/usr/src/lib/libsqlite/tool/ |
H A D | lempar.c | 518 #define TOKEN (yyminor.yy0) macro
|
/illumos-gate/usr/src/cmd/rmformat/ |
H A D | rmf_slice.c | 72 typedef char TOKEN[TOKEN_SIZE+1]; /* token type */ typedef 157 TOKEN token; 158 TOKEN cleaned; 431 TOKEN token, cleaned, ident;
|
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | parse.y | 25 if( TOKEN.z[0] ){ 26 sqliteErrorMsg(pParse, "near \"%T\": syntax error", &TOKEN);
|