Home
last modified time | relevance | path

Searched refs:RECURSIVE (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppproto.c145 #undef RECURSIVE
146 #define RECURSIVE (1L<<21) macro
750 if (!(flags & RECURSIVE) && (state = rp[c = EOF])) in lex()
833 lex(proto, (flags & GLOBAL) | RECURSIVE); in lex()
1002 if (!(flags & RECURSIVE) && !strncmp(proto->tp, "for", 3)) in lex()
1053 if (lex(proto, (flags & GLOBAL) | RECURSIVE) == '*') in lex()
1066 if (!(flags & RECURSIVE) && !strncmp(proto->tp, "while", 5)) in lex()
1125 if (!(flags & (INIT_DEFINE|INIT_INCLUDE|RECURSIVE))) in lex()
1568 switch (lex(proto, (flags & GLOBAL) | RECURSIVE)) in lex()
1878 switch (lex(proto, (flags & GLOBAL) | RECURSIVE)) in lex()
[all …]