Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpplib.h117 #define IN_noguard (1<<10) /* no multiple include guard */ macro
621 cur->flags |= IN_defguard|IN_endguard|IN_noguard; \
H A Dppcontrol.c341 if (pp.control == (pp.in->control + 1)) pp.in->flags |= IN_noguard; in ppcontrol()
379 if (pp.control == (pp.in->control + 1)) pp.in->flags |= IN_noguard; in ppcontrol()
398 if (pp.in->flags & IN_endguard) pp.in->flags |= IN_noguard; in ppcontrol()
426 pp.in->flags |= IN_noguard; in ppcontrol()
453 pp.in->flags |= IN_noguard; in ppcontrol()
H A Dpplex.c638 if (!(cur->flags & (IN_noguard|IN_tokens)) && cur->symbol) in ppcpp()
1807 else if (!(pp.in->flags & IN_noguard)) in ppcpp()
1888 if (!(pp.in->flags & IN_noguard)) in ppcpp()