Searched refs:IN_newline (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libpp/common/
H A Dppinput.c104 cur->flags |= IN_newline;
157 cur->flags |= IN_eof|IN_newline;
713 pp.in->flags |= IN_eof|IN_newline;
H A Dppfsm.c908 if (pp.in->nextchr[c - 1] == '\n') pp.in->flags |= IN_newline;
909 else pp.in->flags &= ~IN_newline;
H A Dpplex.c629 if (!(cur->flags & IN_newline))
631 cur->flags |= IN_newline;
H A Dpplib.h116 #define IN_newline (1<<9) /* newline at end of last fill */ macro

Completed in 67 milliseconds