Searched refs:TOKEN (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/lib/libpp/common/
H A Dppfsm.h133 #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 Dppfsm.c53 * 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 Dpplex.c149 #define START TOKEN
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7ctokgen60 TOKEN="$TOKEN
79 $TOKEN
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg_grammar.y55 %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 Dparse.c16 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 Dzonecfg_grammar.y132 %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 Ds_string.h98 #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 Dio.h93 typedef char TOKEN[TOKEN_SIZE+1]; /* token type */ typedef
H A Dstartup.c397 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 Dio.c355 TOKEN buf;
456 TOKEN token, cleantoken;
457 TOKEN token2, cleantoken2;
2219 static TOKEN pushed_buf;
H A Dmenu_defect.c617 TOKEN filename;
H A Dmenu_command.c137 TOKEN token, cleantoken;
/illumos-gate/usr/src/lib/libpp/i386/
H A Dppdebug.h51 "TOKEN", TOKEN,
/illumos-gate/usr/src/lib/libpp/sparc/
H A Dppdebug.h51 "TOKEN", TOKEN,
/illumos-gate/usr/src/lib/libmail/common/
H A Ds_string.c268 if (lineortoken == TOKEN) {
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlempar.c518 #define TOKEN (yyminor.yy0) macro
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_slice.c72 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 Dparse.y25 if( TOKEN.z[0] ){
26 sqliteErrorMsg(pParse, "near \"%T\": syntax error", &TOKEN);

Completed in 104 milliseconds