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

/ast/src/lib/libpp/
H A Dppproto.c147 #undef RECURSIVE macro
148 #define RECURSIVE (1L<<21) macro
703 if ((flags & (DECLARE|GLOBAL|RECURSIVE)) == GLOBAL && (proto->flags & MORE))
749 /* NOTE: RECURSIVE lex() should really SLIDE too */
750 if (!(flags & RECURSIVE) && (state = rp[c = EOF]))
833 lex(proto, (flags & GLOBAL) | RECURSIVE);
952 if (paren == 0 && (flags & (MATCH|RECURSIVE|SKIP|SLIDE)) == SLIDE)
991 if (!(flags & RECURSIVE) && (flags & (DIRECTIVE|TOKENS)) != DIRECTIVE && !strncmp(proto->tp, "else", 4))
1002 if (!(flags & RECURSIVE) && !strncmp(proto->tp, "for", 3))
1022 if (!(flags & RECURSIVE)
[all...]

Completed in 303 milliseconds