OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NEWLINE
(Results
1 - 10
of
10
) sorted by relevancy
/src/usr.bin/config/
mkioconf.c
79
*
NEWLINE
can only be used in the emitXXX functions.
82
#define
NEWLINE
putc('\n', fp)
221
NEWLINE
;
224
NEWLINE
;
252
NEWLINE
;
273
NEWLINE
;
290
NEWLINE
;
324
NEWLINE
;
338
NEWLINE
;
366
NEWLINE
;
[
all
...]
/src/usr.bin/make/unit-tests/
varname-dot-newline.mk
1
# $NetBSD: varname-dot-
newline
.mk,v 1.7 2024/06/15 22:06:31 rillig Exp $
3
# Tests for the special .
newline
variable, which contains a single
newline
8
# > After all macro expansion is complete, when an escaped <
newline
> is
10
# > shall contain the <backslash>, the <
newline
>, and the next line, except
14
# The above quote assumes that each resulting <
newline
> character has a "next
15
# line", but that's not how the .
newline
variable works.
16
BACKSLASH_NEWLINE:= \${.
newline
}
19
# Check that .
newline
is read-only
21
NEWLINE
:= ${.newline
[
all
...]
/src/usr.sbin/autofs/
common.h
118
#define
NEWLINE
2
common.c
746
if (ret == 0 || ret ==
NEWLINE
) {
805
} while (ret != 0 && ret !=
NEWLINE
);
875
if (ret == 0 || ret ==
NEWLINE
) {
911
* Empty line, consisting of just the
newline
.
917
* "-1" to strip the trailing
newline
.
1115
if (ret == 0 || ret ==
NEWLINE
) {
/src/usr.bin/error/
error.h
140
#define
NEWLINE
"%%%\n"
148
#define TROFFOUTCOMMENT
NEWLINE
subr.c
237
static char
newline
[] =
NEWLINE
;
variable
252
{ /*INAS 3*/ "as", ASINCOMMENT,
newline
},
258
{ /*INFRANZ 9*/ "franz", lispincomment,
newline
},
259
{ /*INLISP 10*/ "lisp", lispincomment,
newline
},
260
{ /*INVAXIMA 11*/ "vaxima", lispincomment,
newline
},
264
{ /*INAPL 15*/ "apl", ".lm",
newline
},
265
{ /*INMAKE 16*/ "make", ASINCOMMENT,
newline
},
/src/usr.sbin/npf/npfctl/
npf_scan.l
136
\n yylineno++; yycolumn = 0; return
NEWLINE
;
npf_parse.y
143
%token
NEWLINE
264
:
NEWLINE
354
: opt_nl
NEWLINE
/src/sys/sys/
tty.h
217
#define
NEWLINE
3
/src/sys/kern/
tty.c
153
#define NL
NEWLINE
927
* as needed (expanding tabs,
newline
processing, etc.).
974
*
Newline
translation: if ONLCR is set,
975
* translate
newline
into "\r\n".
1003
case
NEWLINE
:
2461
case
NEWLINE
:
Completed in 70 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026