Searched defs:NL (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dmac.h37 #define NL '\n' macro
50 #define newline() prc(NL)
/illumos-gate/usr/src/cmd/asa/
H A Dasa.c41 #define NL '\n' macro
102 (void) putchar(NL);
111 case NL:
113 (void) putchar(NL);
124 (void) putchar(NL);
125 (void) putchar(NL);
130 (void) putchar(NL);
137 (void) putchar(NL);
145 if (c == NL) {
158 (void) putchar(NL);
[all...]
/illumos-gate/usr/src/lib/krb5/ss/
H A Dlist_rqs.c30 static char const NL[2] = "\n"; variable
110 strncat(buffer, NL, sizeof(buffer) - 1 - strlen(buffer));
124 strncat(buffer, NL, sizeof(buffer) - 1 - strlen(buffer));
/illumos-gate/usr/src/uts/common/sys/
H A Dcrtctl.h45 #define NL 0134 /* Terminal newline function */ macro
/illumos-gate/usr/src/lib/libcmd/common/
H A Dstty.c114 #define NL 0x0002 /* entry ends line of display */ macro
161 { "kill", CHAR, T_CHAR, NL|SS, VKILL, 'U', C("Erase the current line") },
169 { "eol", CHAR, T_CHAR, NL|US, VEOL, _POSIX_VDISABLE, C("End the line") },
180 { "susp", CHAR, T_CHAR, NL|SS, VSUSP, 'Z', C("Send a terminal stop signal") },
192 { "lnext", CHAR, T_CHAR, NL|SS, VLNEXT, 'V', C("Enter the next input character literally") },
219 { "clocal", BIT, C_FLAG, NL, CLOCAL, CLOCAL, C("Disable (enable) modem control signals") },
241 { "icrnl", BIT, I_FLAG, NL|SS, ICRNL, ICRNL, C("Translate (do not translate) carriage return to newline") },
281 { "tostop", BIT, L_FLAG, NL|US, TOSTOP, TOSTOP, C("Stop (do not stop) background jobs that try to write to the terminal") },
340 { "", MIXED, O_FLAG, NL|IG },
485 if(tp->flags&NL)
[all...]
/illumos-gate/usr/src/cmd/eeprom/i386/
H A Dbenv.c340 #define NL '\n' macro
354 if (*p == NL) {
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dshlex.h70 #define NL '\n' macro
130 #define SH_SEMI 0200 /* semi-colon after NL ok */
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/
H A DparseMain.java32 static final String NL = new String("\n"); field in class:ResourceWriter
94 writenl(NL + INDENT_2 + NOLOCALIZE);
102 writenl(NL + INDENT_2 + LOCALIZE);
110 writenl(NL + INDENT_2 + NOLOCALIZE);
118 writenl(NL + INDENT_2 + LOCALIZE);
128 writenl(NL + INDENT_2 + LOCALIZE);
150 writenl(NL);
/illumos-gate/usr/src/cmd/dc/
H A Ddc.h41 #define NL 1 macro
/illumos-gate/usr/src/ucblib/libcurses/
H A Dcurses.c56 *LL, *MA, *ND, *NL, *RC, *SC, *SE, *SF, *SO, *SR, *TA, *TE, variable
/illumos-gate/usr/src/cmd/vi/port/
H A Dex.h200 #define NL '\n' macro
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c174 #define NL '\n' macro
408 if (*(*me - 1) != NL)
409 while (**me != NL)
414 if (*mb == *me - 1 && **mb == NL) {
420 if (**mb == NL)
422 if (*(*me - 1) == NL)
435 for (f = *me - 1; *f != NL; f++) {
438 for (s = *mb; *s != NL; s--) {
540 case Dot: return ((BOOL)(a != NL));
968 case '^': case '$': toktype = Literal; toklit = NL; brea
[all...]
/illumos-gate/usr/src/cmd/troff/
H A Dtdef.h431 #define NL 1 macro

Completed in 1455 milliseconds