LF
flg |= LF;
flg |= LF;
#define BDEXTR (AF|BF|LF|TF|WF|XF|CBF|CHF|CLF|CMF|CPF|CXF)
#define BDARCH (CF|KF|LF|NF|PF|RF|CDF|CEF|CYF|CZF)
#define BDLIST (AF|BF|IF|KF|LF|OF|PF|RF|TF|UF|WF|XF|CBF|CDF|CHF|CLF|CMF|CPF|CXF|CYF|CZF)
#define FLUSHLF while (next()!=LF)
if ((ch = next()) != LF) { /* is there a second digit? */
if (breakch != LF) /* routines return after "-1" */
if ((*s = next()) == TAB || *s == '\n' || *s == LF)
if ((*s = next()) == TAB || *s == LF)
while (breakch != LF) { /* only do one line at a time */
if ((*s = next()) == TAB || *s == '\n' || *s == LF
if (*s != '\n' && *s != LF)
if (breakch == LF)
} while ((*s++ ^ *tape++) != LF); /* better end with LF */
while ((*s++ ^ *tape++) != LF) /* flush the line */
} while ((*s++ ^ *tape++) != LF); /* better end with LF */
case LF:
case LF:
case LF:
case LF:
LF = cgetstr(bp, "lf", &cp) == -1 ? _PATH_CONSOLE : cp;
const char *LF; /* log file for error messages */
extern const char *LF; /* log file for error messages */
if ((fd = open(LF, O_WRONLY|O_APPEND, 0664)) < 0) {
syslog(LOG_ERR, "%s: %m", LF);
if ((fd = open(LF, O_WRONLY|O_APPEND, 0664)) < 0) {
syslog(LOG_ERR, "%s: %m", LF);