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