Symbol: newline
bin/ksh/c_ksh.c
1239
shprintf("%s", newline);
bin/ksh/c_ksh.c
543
shprintf("%s", newline);
bin/ksh/c_ksh.c
843
shprintf("%s", newline);
bin/ksh/c_ksh.c
934
shprintf("%s", newline);
bin/ksh/c_ksh.c
958
shprintf("%s", newline);
bin/ksh/c_sh.c
505
shprintf(newline);
bin/ksh/emacs.c
1919
shellf(newline);
bin/ksh/exec.c
127
ap[i + 1] ? space : newline);
bin/ksh/exec.c
565
t->vars[i + 1] ? space : newline);
bin/ksh/jobs.c
1534
shf_fprintf(shf, newline);
bin/ksh/jobs.c
851
shprintf("%s", newline);
bin/ksh/lex.c
915
s->start = s->str = newline;
bin/ksh/main.c
529
shellf("%s", newline);
bin/ksh/misc.c
266
shprintf("%s", newline);
bin/ksh/sh.h
329
EXTERN char newline [] I__("\n");
games/backgammon/common_source/fancy.c
46
static void newline(void);
games/backgammon/common_source/fancy.c
633
newline();
lib/libintl/gettext.c
723
char *newline = strchr(mohandle->mo.mo_charset, '\n');
lib/libintl/gettext.c
724
if (newline != NULL)
lib/libintl/gettext.c
725
*newline = '\0';
sys/kern/uipc_mbufdebug.c
975
int newline = 0;
sys/kern/uipc_mbufdebug.c
991
newline++;
sys/kern/uipc_mbufdebug.c
997
if ((newline % EXAMINE_HEX_COL) == 0) {
tests/lib/libc/gen/t_humanize_number.c
114
void newline(void);
tests/lib/libc/gen/t_humanize_number.c
241
newline();
tests/usr.bin/indent/lsym_lparen_or_lbracket.c
246
int newline =
usr.bin/error/subr.c
237
static char newline[] = NEWLINE;
usr.bin/error/subr.c
252
{ /*INAS 3*/ "as", ASINCOMMENT, newline },
usr.bin/error/subr.c
258
{ /*INFRANZ 9*/ "franz", lispincomment, newline },
usr.bin/error/subr.c
259
{ /*INLISP 10*/ "lisp", lispincomment, newline },
usr.bin/error/subr.c
260
{ /*INVAXIMA 11*/ "vaxima", lispincomment, newline },
usr.bin/error/subr.c
264
{ /*INAPL 15*/ "apl", ".lm", newline },
usr.bin/error/subr.c
265
{ /*INMAKE 16*/ "make", ASINCOMMENT, newline },
usr.bin/fpr/fpr.c
279
COLUMN *newline;
usr.bin/fpr/fpr.c
291
newline = realloc(line, (unsigned) (col + 10) * sizeof(COLUMN));
usr.bin/fpr/fpr.c
292
if (newline == NULL)
usr.bin/fpr/fpr.c
294
line = newline;
usr.bin/from/from.c
118
for (newline = 1; fgets(buf, sizeof(buf), stdin);) {
usr.bin/from/from.c
120
newline = 1;
usr.bin/from/from.c
123
if (newline && !strncmp(buf, "From ", 5) &&
usr.bin/from/from.c
126
newline = 0;
usr.bin/from/from.c
62
int ch, newline;
usr.bin/indent/debug.c
405
debug_ps_enum(newline, newline_name);
usr.bin/indent/indent.c
1013
ps.newline = nl_unless_lbrace;
usr.bin/indent/indent.c
1029
ps.newline = nl_unless_lbrace;
usr.bin/indent/indent.c
1043
ps.newline = opt.else_if_in_same_line ? nl_unless_if : nl_yes;
usr.bin/indent/indent.c
1132
ps.newline = nl_no;
usr.bin/indent/indent.c
1137
ps.newline = nl_no;
usr.bin/indent/indent.c
311
ps.newline = nl_no;
usr.bin/indent/indent.c
312
if (ps.newline == nl_unless_lbrace && lsym != lsym_lbrace)
usr.bin/indent/indent.c
313
ps.newline = nl_yes;
usr.bin/indent/indent.c
314
if (ps.newline == nl_unless_semicolon && lsym != lsym_semicolon)
usr.bin/indent/indent.c
315
ps.newline = nl_yes;
usr.bin/indent/indent.c
316
if (ps.newline == nl_unless_if && lsym != lsym_if)
usr.bin/indent/indent.c
317
ps.newline = nl_yes;
usr.bin/indent/indent.c
318
if (ps.newline != nl_yes)
usr.bin/indent/indent.c
576
ps.newline = nl_unless_lbrace;
usr.bin/indent/indent.c
581
ps.newline = nl_unless_if;
usr.bin/indent/indent.c
680
ps.newline = is_do_while
usr.bin/indent/indent.c
734
ps.newline = nl_yes;
usr.bin/indent/indent.c
825
ps.newline = nl_yes;
usr.bin/indent/indent.c
881
ps.newline = nl_yes;
usr.bin/indent/indent.c
895
ps.newline = ps.seen_case ? nl_unless_semicolon : nl_no;
usr.bin/indent/indent.c
949
ps.newline = nl_yes;
usr.bin/indent/indent.h
406
} newline; /* decides whether to insert a line break
usr.bin/ktruss/dump.c
112
void newline(void);
usr.bin/ktruss/dump.c
302
newline();
usr.bin/ktruss/dump.c
325
newline();
usr.bin/ktruss/dump.c
696
newline();
usr.bin/ktruss/dump.c
765
newline();
usr.bin/make/job.c
2133
return shell->newline;
usr.bin/make/job.c
2355
newShell.newline = arg + 8;
usr.bin/make/job.c
292
const char *newline;
usr.bin/make/var.c
1835
const char *newline = Shell_GetNewline();
usr.bin/make/var.c
1836
if (newline == NULL)
usr.bin/make/var.c
1837
newline = "\\\n";
usr.bin/make/var.c
1838
LazyBuf_AddStr(buf, newline);
usr.bin/tftp/tftpsubs.c
160
if (newline) {
usr.bin/tftp/tftpsubs.c
164
newline = 0;
usr.bin/tftp/tftpsubs.c
172
newline = 1;
usr.bin/tftp/tftpsubs.c
77
static int newline = 0; /* fillbuf: in middle of newline expansion */
usr.bin/tftp/tftpsubs.c
98
newline = 0; /* init crlf flag */
usr.bin/tset/set.c
192
if (newline != NULL && newline[0] == '\n' && !newline[1]) { /* Newline, not linefeed. */