Lines Matching refs:LF
212 if ((ch = next()) != LF) { /* is there a second digit? */
266 if (breakch != LF) /* routines return after "-1" */
280 if ((*s = next()) == TAB || *s == '\n' || *s == LF)
382 if ((*s = next()) == TAB || *s == LF)
395 while (breakch != LF) { /* only do one line at a time */
447 if ((*s = next()) == TAB || *s == '\n' || *s == LF
450 /* terminate word with newline, LF, tab, blank */
451 if (*s != '\n' && *s != LF)
499 if (breakch == LF)
561 } while ((*s++ ^ *tape++) != LF); /* better end with LF */
591 while ((*s++ ^ *tape++) != LF) /* flush the line */
605 } while ((*s++ ^ *tape++) != LF); /* better end with LF */