Symbol: LF
bin/pax/options.c
1586
flg |= LF;
bin/pax/options.c
360
flg |= LF;
bin/pax/options.h
113
#define BDEXTR (AF|BF|LF|TF|WF|XF|CBF|CHF|CLF|CMF|CPF|CXF)
bin/pax/options.h
114
#define BDARCH (CF|KF|LF|NF|PF|RF|CDF|CEF|CYF|CZF)
bin/pax/options.h
116
#define BDLIST (AF|BF|IF|KF|LF|OF|PF|RF|TF|UF|WF|XF|CBF|CDF|CHF|CLF|CMF|CPF|CXF|CYF|CZF)
games/adventure/hdr.h
66
#define FLUSHLF while (next()!=LF)
games/adventure/io.c
212
if ((ch = next()) != LF) { /* is there a second digit? */
games/adventure/io.c
266
if (breakch != LF) /* routines return after "-1" */
games/adventure/io.c
280
if ((*s = next()) == TAB || *s == '\n' || *s == LF)
games/adventure/io.c
382
if ((*s = next()) == TAB || *s == LF)
games/adventure/io.c
395
while (breakch != LF) { /* only do one line at a time */
games/adventure/io.c
447
if ((*s = next()) == TAB || *s == '\n' || *s == LF
games/adventure/io.c
451
if (*s != '\n' && *s != LF)
games/adventure/io.c
499
if (breakch == LF)
games/adventure/io.c
561
} while ((*s++ ^ *tape++) != LF); /* better end with LF */
games/adventure/io.c
591
while ((*s++ ^ *tape++) != LF) /* flush the line */
games/adventure/io.c
605
} while ((*s++ ^ *tape++) != LF); /* better end with LF */
games/snake/snake/snake.c
400
case LF:
sys/arch/amiga/dev/ite.c
2056
case LF:
sys/arch/atari/dev/ite.c
2187
case LF:
sys/arch/x68k/dev/ite.c
2243
case LF:
usr.sbin/lpr/common_source/common.c
458
LF = cgetstr(bp, "lf", &cp) == -1 ? _PATH_CONSOLE : cp;
usr.sbin/lpr/common_source/common.c
81
const char *LF; /* log file for error messages */
usr.sbin/lpr/common_source/lp.h
50
extern const char *LF; /* log file for error messages */
usr.sbin/lpr/lpd/printjob.c
158
if ((fd = open(LF, O_WRONLY|O_APPEND, 0664)) < 0) {
usr.sbin/lpr/lpd/printjob.c
159
syslog(LOG_ERR, "%s: %m", LF);
usr.sbin/lpr/lpd/recvjob.c
93
if ((fd = open(LF, O_WRONLY|O_APPEND, 0664)) < 0) {
usr.sbin/lpr/lpd/recvjob.c
94
syslog(LOG_ERR, "%s: %m", LF);