Searched refs:PP_linetype (Results 1 – 5 of 5) sorted by relevance
39 if (!(pp.flags & PP_linetype) || *pp.lineid) in ppline()51 …type[1] = ((pp.flags & PP_linetype) && !*pp.lineid && pp.lastfile) ? (line <= 1 ? (file == pp.firs… in ppline()60 if (!(pp.flags & PP_linetype) || *pp.lineid || type[1] == PP_sync) in ppline()
200 #define PP_linetype (1<<7) /* line sync type arg required */ macro
652 return pp.flags & PP_linetype; in ppoption()
1287 pp.flags |= PP_linetype; in ppop()1289 pp.flags &= ~PP_linetype; in ppop()
1555 pp.flags &= ~PP_linetype; in ppcontrol()