Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppmacref.c37 p = (pp.state & (DIRECTIVE|JOINING)) == DIRECTIVE ? pp.outp : pp.addp; in ppmacref()
46 if ((pp.state & (DIRECTIVE|JOINING)) == DIRECTIVE) in ppmacref()
H A Dppproto.c109 #undef DIRECTIVE
110 #define DIRECTIVE (1L<<3) macro
783 if (!(flags & DIRECTIVE)) in lex()
893 if (flags & DIRECTIVE) in lex()
991 …if (!(flags & RECURSIVE) && (flags & (DIRECTIVE|TOKENS)) != DIRECTIVE && !strncmp(proto->tp, "else… in lex()
1127 if (!(flags & DIRECTIVE)) switch (c) in lex()
1222 flags |= DIRECTIVE; in lex()
1223 else if (!(flags & (DECLARE|DIRECTIVE))) in lex()
1225 flags |= DIRECTIVE; in lex()
1639 if (flags & DIRECTIVE) in lex()
[all …]
H A Dppcall.c93 …error(1, "%s: obsolete predefined symbol expanded%s", sym->name, (pp.state & DIRECTIVE) ? "" : " o… in ppcall()
95 else if (!(pp.state & DIRECTIVE) && mac->value && (ppisdig(*mac->value) || *mac->value == '#')) in ppcall()
H A Dpp.tab127 DIRECTIVE # processing directive
H A Dpplex.c387 …if (pp.comment && !(st & (COLLECTING|DIRECTIVE|JOINING)) && !(*pp.control & SKIP) && (pp.in->type … in ppcpp()
966 if (!(st & DIRECTIVE) || !(pp.mode & (HOSTED|RELAX))) in ppcpp()
1154 if (st & (COLLECTING|DIRECTIVE|QUOTE|SQUOTE)) in ppcpp()
H A Dppcontrol.c49 #define RESTORE (COLLECTING|CONDITIONAL|DEFINITION|DIRECTIVE|DISABLE|EOF2NL|HEADER|NOSPACE|NOVERTI…
315 pp.state |= DIRECTIVE|DISABLE|EOF2NL|NOSPACE|NOVERTICAL; in ppcontrol()