Lines Matching refs:RECURSIVE
139 #undef RECURSIVE
140 #define RECURSIVE (1L<<21)
673 if ((flags & (DECLARE|GLOBAL|RECURSIVE)) == GLOBAL && (proto->flags & MORE))
719 /* NOTE: RECURSIVE lex() should really SLIDE too */
720 if (!(flags & RECURSIVE) && (state = rp[c = EOF]))
803 lex(proto, (flags & GLOBAL) | RECURSIVE);
922 if (paren == 0 && (flags & (MATCH|RECURSIVE|SKIP|SLIDE)) == SLIDE)
961 if (!(flags & RECURSIVE) && (flags & (DIRECTIVE|TOKENS)) != DIRECTIVE && !strncmp(proto->tp, "else", 4))
972 if (!(flags & RECURSIVE) && !strncmp(proto->tp, "for", 3))
992 if (!(flags & RECURSIVE) && !strncmp(proto->tp, "return", 6))
1006 if (!(flags & RECURSIVE) && !strncmp(proto->tp, "typedef", 7))
1023 if (lex(proto, (flags & GLOBAL) | RECURSIVE) == '*')
1036 if (!(flags & RECURSIVE) && !strncmp(proto->tp, "while", 5))
1095 if (!(flags & (INIT_DEFINE|INIT_INCLUDE|RECURSIVE)))
1538 switch (lex(proto, (flags & GLOBAL) | RECURSIVE))
1848 switch (lex(proto, (flags & GLOBAL) | RECURSIVE))
1886 switch (lex(proto, (flags & GLOBAL) | RECURSIVE))