Lines Matching refs:NEWLINE
248 if ((pp.option & PRESERVE) && !(st & NEWLINE) && c != '\n') in ppcpp()
263 …debug((-9, "TERM %s > %s%s%s |%-*.*s|%s|", pplexstr(INDEX(rp)), pplexstr(state), (st & NEWLINE) ? … in ppcpp()
276 st &= ~NEWLINE; in ppcpp()
339 st &= ~NEWLINE; in ppcpp()
410 if ((st & PASSTHROUGH) && ((st & (HIDDEN|NEWLINE)) || *ip == '\n')) in ppcpp()
417 if ((st & (COMPATIBILITY|TRANSITION)) == COMPATIBILITY) st &= ~NEWLINE; in ppcpp()
487 st |= NEWLINE; in ppcpp()
1022 st &= ~(NEWLINE|STRIP); in ppcpp()
1106 pp.state &= ~(JOINING|NEWLINE); in ppcpp()
1129 st &= ~(ESCAPE|NEWLINE); in ppcpp()
1320 st &= ~(NEWLINE|SKIPMACRO); in ppcpp()
1372 if (!(state & NEWLINE)) in ppcpp()
1386 st &= ~(NEWLINE|NOEXPAND|SKIPMACRO); in ppcpp()
1577 st &= ~(NEWLINE|PASSEOF); in ppcpp()
1638 st &= ~NEWLINE; in ppcpp()
1650 st &= ~NEWLINE; in ppcpp()
1671 if (!(st & NEWLINE) || !(pp.in->type & IN_TOP)) in ppcpp()
1674 st &= ~NEWLINE; in ppcpp()
1689 if (!(st & NEWLINE) || (st & DEFINITION) || !(pp.in->type & IN_TOP)) in ppcpp()
1797 st |= NEWLINE|HIDDEN; in ppcpp()
1817 st |= NEWLINE; in ppcpp()
1840 st |= NEWLINE; in ppcpp()
1885 if (st & COMPATIBILITY) st |= NEWLINE; in ppcpp()
1905 if ((st & (COMPATIBILITY|TRANSITION)) == COMPATIBILITY) st &= ~NEWLINE; in ppcpp()
2337 st &= ~NEWLINE; in ppcpp()