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

/illumos-gate/usr/src/lib/libpp/common/
H A Dppproto.c139 #undef RECURSIVE macro
140 #define RECURSIVE (1L<<21) macro
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)
[all...]

Completed in 60 milliseconds