Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libpp/common/
H A Dppinput.c171 cur->flags |= IN_prototype; in pppush()
500 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()