Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppinput.c166 cur->flags |= IN_prototype; in pppush()
495 if (pp.in->flags & IN_prototype) in ppload()
H A Dppfsm.c902 (pp.in->flags & IN_prototype) ? pppread(pp.in->nextchr) : in refill()
911 if (!(pp.in->flags & IN_prototype)) in refill()
H A Dpplib.h118 #define IN_prototype (1<<11) /* ppproto() input */ macro
H A Dpplex.c478 if (cur->flags & IN_prototype) in ppcpp()
743 if (pp.in->flags & IN_prototype) PUTCHR(c); in ppcpp()