HomeSort by: relevance | last modified time | path
    Searched defs:NL (Results 1 - 5 of 5) 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/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/libexec/getty/
gettytab.h 143 #define NL gettyflags[1].value
  /src/usr.bin/col/
col.c 69 #define NL '\n' /* newline */
221 case NL:
  /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 15 milliseconds