HomeSort by relevance Sort by last modified time
    Searched defs:NL (Results 1 - 16 of 16) sorted by null

  /onnv/onnv-gate/usr/src/cmd/sh/
mac.h 37 #define NL '\n'
50 #define newline() prc(NL)
  /onnv/onnv-gate/usr/src/cmd/asa/
asa.c 41 #define NL '\n'
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...]
  /onnv/onnv-gate/usr/src/lib/krb5/ss/
list_rqs.c 30 static char const NL[2] = "\n";
110 strncat(buffer, NL, sizeof(buffer) - 1 - strlen(buffer));
124 strncat(buffer, NL, sizeof(buffer) - 1 - strlen(buffer));
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/posttek/
posttek.h 44 #define NL '\012'
  /onnv/onnv-gate/usr/src/uts/common/sys/
crtctl.h 45 #define NL 0134 /* Terminal newline function */
  /onnv/onnv-gate/usr/src/lib/libcmd/common/
stty.c 114 #define NL 0x0002 /* entry ends line of display */
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...]
  /onnv/onnv-gate/usr/src/cmd/dc/
dc.h 41 #define NL 1
  /onnv/onnv-gate/usr/src/cmd/eeprom/i386/
benv.c 702 #define NL '\n'
711 int nl, lines; local
714 nl = 0;
716 if (*p == NL) {
717 nl++;
719 } else if (nl) {
722 nl = 0;
1017 char *nl; local
1025 if (nl = strchr(line, '\n'))
1026 *nl = 0
    [all...]
  /onnv/onnv-gate/usr/src/ucblib/libcurses/
curses.c 56 *LL, *MA, *ND, *NL, *RC, *SC, *SE, *SF, *SO, *SR, *TA, *TE,
  /onnv/onnv-gate/usr/src/lib/libshell/common/include/
shlex.h 70 #define NL '\n'
130 #define SH_SEMI 0200 /* semi-colon after NL ok */
  /onnv/onnv-gate/usr/src/cmd/man/src/util/instant.src/
general.h 64 #define NL '\n'
239 #define stripNL(s) { char *_cp; if ((_cp=strchr(s, NL))) *_cp = EOS; }
  /onnv/onnv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/
parseMain.java 32 static final String NL = new String("\n");
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);
  /onnv/onnv-gate/usr/src/cmd/fmli/sys/
test.h 133 #define NL '\n'
146 #define newline() prc(NL)
435 extern struct ionod *iopend; /* documents waiting to be read at NL */
  /onnv/onnv-gate/usr/src/cmd/vi/port/
ex.h 203 #define NL '\n'
256 var bool pfast; /* Have stty -nl'ed to go faster */
  /onnv/onnv-gate/usr/src/tools/cscope-fast/
cgrep.c 174 #define NL '\n'
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; break
    [all...]
  /onnv/onnv-gate/usr/src/cmd/troff/
tdef.h 431 #define NL 1

Completed in 6908 milliseconds