Searched refs:IN_flush (Results 1 – 3 of 3) sorted by relevance
237 …if ((pp.in->flags & IN_flush) && pp.level == 1 && !INMACRO(rp) && (!pp.comment || !INCOMMENT(rp)) …
124 cur->flags |= IN_flush; in pppush()
113 #define IN_flush (1<<6) /* flush stdout on file_refill()*/ macro