Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libpp/common/
H A Dppproto.c139 #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()
[all …]