Home
last modified time | relevance | path

Searched refs:TOKENS (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppproto.c153 #undef TOKENS
154 #define TOKENS (1L<<25) macro
945 flags &= ~(DEFINE|DIRECTIVE|IDID|INDIRECT|MATCH|OTHER|SHARP|SKIP|TOKENS|TYPEDEF); in lex()
991 …if (!(flags & RECURSIVE) && (flags & (DIRECTIVE|TOKENS)) != DIRECTIVE && !strncmp(proto->tp, "else… in lex()
1012 …if (!strncmp(proto->tp, "inline", 6) && !(flags & (MATCH|SKIP|TOKENS|TYPEDEF)) && proto->brace == … in lex()
1164 else if ((flags & (MATCH|TOKENS)) == MATCH) in lex()
1183 flags &= ~TOKENS; in lex()
1221 … '=' && (flags & (CLASSIC|DECLARE|DIRECTIVE|MATCH|PLUSONLY|SKIP|TOKENS)) == (MATCH|TOKENS) && ((di… in lex()
1544 else if ((flags & (MATCH|PLUSONLY|SKIP|TOKENS)) == (MATCH|TOKENS)) in lex()
1653 flags &= ~(IDID|INDIRECT|MATCH|OTHER|SKIP|TOKENS); in lex()
[all …]
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex2474 % \splitoff TOKENS\endmark defines \first to be the first token in
2475 % TOKENS, and \rest to be the remainder.