Symbol: newline
games/monop/initdeck.c
153
bool newline;
games/monop/initdeck.c
157
newline = TRUE;
games/monop/initdeck.c
160
if (newline && c == '%') {
games/monop/initdeck.c
161
newline = FALSE;
games/monop/initdeck.c
167
newline = (c == '\n');
games/monop/initdeck.c
176
bool newline;
games/monop/initdeck.c
191
newline = FALSE;
games/monop/initdeck.c
193
if (newline && c == '%') {
games/monop/initdeck.c
195
newline = FALSE;
games/monop/initdeck.c
212
newline = (c == '\n');
lib/libcurses/capdefaults.c
60
if (VALID_STRING(newline) && (capval = EXTRACT_DELAY(newline)))
lib/libcurses/capdefaults.c
81
linefeed_is_newline = (char) (VALID_STRING(newline)
lib/libcurses/capdefaults.c
82
&& (strcmp("\n", newline) == 0));
lib/libcurses/tinfo/parse_entry.c
841
if (WANTED(newline)) {
lib/libcurses/tinfo/parse_entry.c
846
newline = _nc_save_str(buf);
lib/libcurses/tinfo/parse_entry.c
848
newline = _nc_save_str(C_LF);
lib/libcurses/tinfo/parse_entry.c
853
newline = _nc_save_str(buf);
lib/libcurses/tinfo/parse_entry.c
858
newline = _nc_save_str(buf);
lib/libcurses/tty/lib_mvcur.c
1017
if (newline) {
lib/libcurses/tty/lib_mvcur.c
1018
NCURSES_PUTP2("newline", newline);
regress/lib/libcrypto/mlkem/parse_test_file.c
335
const char *mark = "", *newline;
regress/lib/libcrypto/mlkem/parse_test_file.c
341
newline = i % 8 ? "" : "\n";
regress/lib/libcrypto/mlkem/parse_test_file.c
342
fprintf(stderr, " %s0x%02x,%s", mark, buf[i - 1], newline);
regress/lib/libcrypto/test/test_util.c
39
const char *mark = "", *newline;
regress/lib/libcrypto/test/test_util.c
45
newline = i % 8 ? "" : "\n";
regress/lib/libcrypto/test/test_util.c
46
test_printf(t, " %s0x%02x,%s", mark, buf[i - 1], newline);
sys/dev/pci/drm/i915/display/intel_hotplug.c
1207
char *newline;
sys/dev/pci/drm/i915/display/intel_hotplug.c
1219
newline = strchr(tmp, '\n');
sys/dev/pci/drm/i915/display/intel_hotplug.c
1220
if (newline)
sys/dev/pci/drm/i915/display/intel_hotplug.c
1221
*newline = '\0';
sys/dev/pci/drm/i915/display/intel_hotplug.c
1286
char *newline;
sys/dev/pci/drm/i915/display/intel_hotplug.c
1300
newline = strchr(tmp, '\n');
sys/dev/pci/drm/i915/display/intel_hotplug.c
1301
if (newline)
sys/dev/pci/drm/i915/display/intel_hotplug.c
1302
*newline = '\0';
usr.bin/deroff/deroff.c
487
char *newline = reallocarray(line, linesz, 2);
usr.bin/deroff/deroff.c
488
if (newline == NULL)
usr.bin/deroff/deroff.c
490
lp = newline + (lp - line);
usr.bin/deroff/deroff.c
491
line = newline;
usr.bin/from/from.c
101
if (newline && !strncmp(line, "From ", 5) &&
usr.bin/from/from.c
104
newline = 0;
usr.bin/from/from.c
50
int ch, newline, fflag = 0;
usr.bin/from/from.c
96
for (newline = 1; (linelen = getline(&line, &linesize, fp)) != -1;) {
usr.bin/from/from.c
98
newline = 1;
usr.bin/ftp/fetch.c
1148
free(newline);
usr.bin/ftp/fetch.c
309
char *hosttail, *cause = "unknown", *newline, *host, *port, *buf = NULL;
usr.bin/ftp/fetch.c
349
newline = strdup(origline);
usr.bin/ftp/fetch.c
350
if (newline == NULL)
usr.bin/ftp/fetch.c
352
if (strncasecmp(newline, HTTP_URL, sizeof(HTTP_URL) - 1) == 0) {
usr.bin/ftp/fetch.c
353
host = newline + sizeof(HTTP_URL) - 1;
usr.bin/ftp/fetch.c
357
} else if (strncasecmp(newline, FTP_URL, sizeof(FTP_URL) - 1) == 0) {
usr.bin/ftp/fetch.c
358
host = newline + sizeof(FTP_URL) - 1;
usr.bin/ftp/fetch.c
363
} else if (strncasecmp(newline, HTTPS_URL, sizeof(HTTPS_URL) - 1) == 0) {
usr.bin/ftp/fetch.c
365
host = newline + sizeof(HTTPS_URL) - 1;
usr.bin/ftp/fetch.c
368
errx(1, "%s: No HTTPS support", newline);
usr.bin/ftp/fetch.c
374
errx(1, "%s: URL not permitted", newline);
usr.bin/ftp/fetch.c
495
path = newline;
usr.bin/indent/indent.c
1283
if (type_code != comment && type_code != newline && type_code != preesc)
usr.bin/indent/indent.c
420
case newline:
usr.bin/indent/indent.c
550
(type_code != newline) &&
usr.bin/indent/indent.c
598
case newline:
usr.bin/indent/lexi.c
341
code = (had_eof ? 0 : newline);
usr.bin/indent/lexi.c
553
if (code != newline) {
usr.bin/mg/word.c
123
newline = 0;
usr.bin/mg/word.c
139
newline = 1;
usr.bin/mg/word.c
141
} else if (newline)
usr.bin/mg/word.c
172
if (newline)
usr.bin/mg/word.c
86
int newline;
usr.bin/tftp/tftpsubs.c
152
if (newline) {
usr.bin/tftp/tftpsubs.c
157
newline = 0;
usr.bin/tftp/tftpsubs.c
165
newline = 1;
usr.bin/tftp/tftpsubs.c
72
int newline = 0; /* fillbuf: in middle of newline expansion */
usr.bin/tftp/tftpsubs.c
94
newline = 0; /* init crlf flag */
usr.bin/tic/reset_cmd.c
418
if (VALID_STRING(newline) && newline[0] == '\n' && !newline[1]) {
usr.bin/unifdef/unifdef.c
200
static const char *newline; /* input file format */
usr.bin/unifdef/unifdef.c
655
"%s%s", replacement, newline);
usr.bin/unifdef/unifdef.c
716
if (lnblank && fputs(newline, output) == EOF)
usr.bin/unifdef/unifdef.c
735
e = fprintf(output, "#line %d%s", linenum, newline);
usr.bin/unifdef/unifdef.c
738
linenum, linefile, newline);
usr.bin/unifdef/unifdef.c
768
newline = NULL;
usr.bin/unifdef/unifdef.c
796
if (newline == NULL) {
usr.bin/unifdef/unifdef.c
798
newline = newline_crlf;
usr.bin/unifdef/unifdef.c
800
newline = newline_unix;
usr.bin/unifdef/unifdef.c
857
strlcpy(tline + len, newline, sizeof(tline) - len);
usr.bin/unifdef/unifdef.c
858
cp += strlen(newline);
usr.sbin/nsd/nsd-control.c
483
const char* newline="\n";
usr.sbin/nsd/nsd-control.c
493
remote_write(ssl, fd, newline, strlen(newline));
usr.sbin/nsd/simdzone/src/generic/scanner.h
130
uint64_t newline;
usr.sbin/nsd/simdzone/src/generic/scanner.h
149
block->newline = simd_find_8x64(&block->input, '\n');
usr.sbin/nsd/simdzone/src/generic/scanner.h
165
block->newline,
usr.sbin/nsd/simdzone/src/generic/scanner.h
222
uint64_t newlines = block->newline & (block->contiguous | block->in_quoted);
usr.sbin/nsd/simdzone/src/generic/scanner.h
237
if (field & block->newline) {
usr.sbin/pppd/auth.c
1112
int newline, xxx;
usr.sbin/pppd/auth.c
1123
if (!getword(f, word, &newline, filename))
usr.sbin/pppd/auth.c
1125
newline = 1;
usr.sbin/pppd/auth.c
1131
while (!newline && getword(f, word, &newline, filename))
usr.sbin/pppd/auth.c
1133
if (!newline)
usr.sbin/pppd/auth.c
1141
newline = 0;
usr.sbin/pppd/auth.c
1150
if (!getword(f, word, &newline, filename))
usr.sbin/pppd/auth.c
1152
if (newline)
usr.sbin/pppd/auth.c
1169
if (!getword(f, word, &newline, filename))
usr.sbin/pppd/auth.c
1171
if (newline)
usr.sbin/pppd/auth.c
1203
if (!getword(f, word, &newline, filename) || newline)
usr.sbin/pppd/auth.c
1238
if (!newline)
usr.sbin/pppd/options.c
556
int i, newline, ret;
usr.sbin/pppd/options.c
578
while (getword(f, cmd, &newline, filename)) {
usr.sbin/pppd/options.c
588
if (!getword(f, args[i], &newline, filename)) {
usr.sbin/tcpdump/print-bgp.c
1156
int newline;
usr.sbin/tcpdump/print-bgp.c
1165
newline = 0;
usr.sbin/tcpdump/print-bgp.c
1190
if (vflag && newline)
usr.sbin/tcpdump/print-bgp.c
1202
newline = 1;
usr.sbin/tcpdump/print-bgp.c
908
int newline;
usr.sbin/tcpdump/print-bgp.c
939
newline = 0;
usr.sbin/tcpdump/print-bgp.c
948
if (vflag && newline)
usr.sbin/tcpdump/print-bgp.c
967
newline = 1;
usr.sbin/tftpd/tftpd.c
1098
switch (client->newline) {
usr.sbin/tftpd/tftpd.c
1105
client->newline = c;
usr.sbin/tftpd/tftpd.c
1110
client->newline = 0;
usr.sbin/tftpd/tftpd.c
1114
client->newline = 0;
usr.sbin/tftpd/tftpd.c
1125
if (client->newline == '\r') {
usr.sbin/tftpd/tftpd.c
1126
client->newline = 0;
usr.sbin/tftpd/tftpd.c
1132
client->newline = c;
usr.sbin/tftpd/tftpd.c
149
int newline;
usr.sbin/tftpd/tftpd.c
649
client->newline = 0;
usr.sbin/unbound/smallapp/unbound-control.c
889
const char* newline="\n";
usr.sbin/unbound/smallapp/unbound-control.c
899
remote_write(ssl, fd, newline, strlen(newline));