Lines Matching defs:RECURSIVE
147 #undef RECURSIVE
148 #define RECURSIVE (1L<<21)
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) && !strncmp(proto->tp, "return", 6))
1036 if (!(flags & RECURSIVE) && !strncmp(proto->tp, "typedef", 7))
1053 if (lex(proto, (flags & GLOBAL) | RECURSIVE) == '*')
1066 if (!(flags & RECURSIVE) && !strncmp(proto->tp, "while", 5))
1125 if (!(flags & (INIT_DEFINE|INIT_INCLUDE|RECURSIVE)))
1568 switch (lex(proto, (flags & GLOBAL) | RECURSIVE))
1878 switch (lex(proto, (flags & GLOBAL) | RECURSIVE))
1916 switch (lex(proto, (flags & GLOBAL) | RECURSIVE))