Searched refs:TOKENS (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libpp/common/
H A Dppproto.c147 #undef TOKENS macro
148 #define TOKENS (1L<<25) macro
915 flags &= ~(DEFINE|DIRECTIVE|IDID|INDIRECT|MATCH|OTHER|SHARP|SKIP|TOKENS|TYPEDEF);
961 if (!(flags & RECURSIVE) && (flags & (DIRECTIVE|TOKENS)) != DIRECTIVE && !strncmp(proto->tp, "else", 4))
982 if (!strncmp(proto->tp, "inline", 6) && !(flags & (MATCH|SKIP|TOKENS|TYPEDEF)) && proto->brace == 0 && paren == 0 && group == 0 && (last == ';' || last == '}' || last == '\n' || last == 0))
1134 else if ((flags & (MATCH|TOKENS)) == MATCH)
1153 flags &= ~TOKENS;
1191 if (proto->brace == 0 && paren == 0 && last != '=' && (flags & (CLASSIC|DECLARE|DIRECTIVE|MATCH|PLUSONLY|SKIP|TOKENS)) == (MATCH|TOKENS) && ((dir & DIR) != DIR_en || ((dir>>2) & DIR) != DIR_if))
1514 else if ((flags & (MATCH|PLUSONLY|SKIP|TOKENS))
[all...]
/osnet-11/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.
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex3226 % \splitoff TOKENS\endmark defines \first to be the first token in
3227 % TOKENS, and \rest to be the remainder.

Completed in 412 milliseconds