HomeSort by: relevance | last modified time | path
    Searched refs:NL (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/lib/libkern/
hexdump.c 48 #define NL (BAR + 18)
56 char buf[NL + 2];
63 buf[NL] = '\n';
64 buf[NL + 1] = '\0';
  /src/lib/libc/net/
nsparser.y 62 %token NL
82 : NL
83 | Database ':' NL
84 | Database ':' Srclist NL
95 | error NL
nslexer.l 64 {CR} return NL;
80 return NL;
  /src/usr.bin/make/unit-tests/
escape.exp 17 var-1bs-nl
18 VAR1.BS-NL=:111 111:
19 VAR1.BS-NL.a=:111 aaa:
20 VAR1.BS-NL.A=:111 aaa:
21 VAR1.BS-NL.d-a=:111 ${a}:
22 VAR1.BS-NL.d-A=:111 ${A}:
23 VAR1.BS-NL.c=:111:
24 VAR1.BS-NL.s-c=:111:
  /src/tests/usr.bin/printf/
printf.sh 252 expect "${NL}" '\n'
258 expect "${NL}" '\12'
270 expect "hello${NL}world${NL}!!${NL}" 'hello\nworld\n\a\a!!\n'
1243 expect "hello${NL}world${NL}" '%s\n' hello world
1244 expect "a${NL}b${NL}c${NL}d${NL}" '%.1s\n' aaa bbb ccc dd
    [all...]
  /src/libexec/getty/
gettytab.h 143 #define NL gettyflags[1].value
subr.c 287 if (NL) {
  /src/usr.bin/mail/
mime_codecs.c 481 #define NL N /* don't quote '\n' (NL) - XXX - quoting here breaks the line length algorithm */
485 Q, Q, Q, Q, Q, Q, Q, Q, Q,TB,NL, Q, Q,CR, Q, Q,
523 #undef NL
  /src/usr.bin/col/
col.c 69 #define NL '\n' /* newline */
221 case NL:
  /src/libexec/ld.aout_so/
ld.so.sparc.uue 687 MD`9`"!"``*70)```D@Z@`:`"8`20)H`00``CH9(0`!NL!@`(DA``$)`0`!:4
1248 M``6A!0(`````>+`````````%J@4"`````#NL````````!;()``````$H>```
1487 M``$*$``!"B```*NL``$?J```42```%$H``!2@```4H@``%*0``!7&```5R``
1670 MJ`4"`````$Y````!L04"`````*NL```!N`4"`````%F(```!P`D``````2A<
1696 M`'BP```%K@4"`````#NL```%M@D``````2AX```%O04"`````)BT```%Q@<!
ld.so.i386.uue 697 MBWT(B@='/')T$'\&/&%T*NL\/'=T$.LVB?:^!````#'2,<GK.9"^"````+H!
  /src/sys/kern/
tty.c 153 #define NL NEWLINE
160 O|BS, E|TB, E|NL, O|CC, E|VT, O|CR, O|CC, E|CC, /* bs - si */
200 #undef NL

Completed in 23 milliseconds