Searched defs:TOKEN (Results 1 - 6 of 6) sorted by relevance

/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/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
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlempar.c518 #define TOKEN (yyminor.yy0) macro
/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...]
/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;

Completed in 55 milliseconds