Searched refs:TOKENS (Results 1 – 2 of 2) sorted by relevance
153 #undef TOKENS154 #define TOKENS (1L<<25) macro945 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 …]
2474 % \splitoff TOKENS\endmark defines \first to be the first token in2475 % TOKENS, and \rest to be the remainder.