Home
last modified time | relevance | path

Searched refs:IN_RESCAN (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpplex.c467 case IN_RESCAN: in ppcpp()
474 if (cur->type == IN_RESCAN || cur->type == IN_BUFFER) in ppcpp()
517 case IN_RESCAN: in ppcpp()
518 …if (prv->type == IN_FILE || cur->type == IN_FILE && (prv->type == IN_RESCAN || prv->type == IN_MUL… in ppcpp()
520 if (pp.linesync && (cur->type != IN_RESCAN || (cur->flags & IN_sync))) in ppcpp()
886 …>type != IN_FILE && pp.in->type != IN_BUFFER && pp.in->type != IN_INIT && pp.in->type != IN_RESCAN) in ppcpp()
1747 if (c == '#' && pp.in->type == IN_RESCAN) in ppcpp()
H A Dppinput.c181 case IN_RESCAN: in pppush()
186 if (cur->type != IN_RESCAN) in pppush()
H A Dpplib.h495 #define IN_RESCAN (10|IN_TOP) /* directive rescan buffer */ macro
650 pppush(IN_RESCAN,NiL,p,0)
H A DRELEASE145 ppcontrol: manulally increment IN_RESCAN error_info.line
H A Dppcontrol.c1958 if (pp.in->type == IN_FILE || pp.in->type == IN_RESCAN) in ppcontrol()