| /illumos-gate/usr/src/cmd/asa/ |
| H A D | asa.c | 38 #define NL '\n' macro 99 (void) putchar(NL); in main() 108 case NL: in main() 110 (void) putchar(NL); in main() 121 (void) putchar(NL); in main() 122 (void) putchar(NL); in main() 127 (void) putchar(NL); in main() 134 (void) putchar(NL); in main() 142 if (c == NL) { in main() 155 (void) putchar(NL); in main() [all …]
|
| /illumos-gate/usr/src/ucblib/libcurses/ |
| H A D | cr_put.c | 83 if (NL) in fgoto() 84 (void) _puts(NL); in fgoto() 125 if (NL /* && !XB */ && _pfast) in fgoto() 126 (void) _puts(NL); in fgoto() 286 if (NL) in plod() 287 (void) tputs(NL, 0, plodput); in plod() 297 if (NL) in plod() 298 (void) tputs(NL, 0, plodput); in plod()
|
| /illumos-gate/usr/src/cmd/awk/ |
| H A D | awk.g.y | 83 %token <i> NL ',' '{' '(' '|' ';' '/' ')' '}' '[' ']' 137 AND | and NL 141 BOR | bor NL 145 ',' | comma NL 149 DO | do NL 153 ELSE | else NL 175 '{' | lbrace NL 179 NL | nl NL 306 NL | ';' | pst NL | pst ';' 310 '}' | rbrace NL [all …]
|
| /illumos-gate/usr/src/cmd/sh/ |
| H A D | word.c | 64 while ((c = readwc()) != NL && c != EOF); in word() 89 if (c == NL) in word() 161 if (c == NL) in word() 254 if ((c = readwc()) == NL) { in nextwc() 321 if (c == NL) in readwc() 331 if (c == NL) in readwc() 369 if (c == NL) in readwc()
|
| H A D | cmd.c | 115 if (wdval == NL) 142 if (sym == NL) 328 if (wdval != NL && wdval != ';') 330 if (wdval == NL) 381 if ((wdval != NL) && ((peekn = skipwc()) == '(')) 499 while ((reserv++, word() == NL)) in skipnl() 596 if (sym == NL) in prsym()
|
| H A D | mac.h | 37 #define NL '\n' macro 50 #define newline() prc(NL)
|
| H A D | bltin.c | 93 prc_buff(NL); in builtin() 230 prc_buff(NL); in builtin() 355 prc_buff(NL); in builtin()
|
| H A D | jobs.c | 546 prc_buff(NL); in printjob() 593 prc(NL); 602 prc(NL); 1026 sep = NL; in syskill() 1028 prc_buff(NL); in syskill()
|
| H A D | name.c | 559 prc_buff(NL); in printnam() 573 prc_buff(NL); in printro() 585 prc_buff(NL); in printexp()
|
| /illumos-gate/usr/src/cmd/troff/ |
| H A D | n7.c | 99 if (dip == d && numtab[NL].val == -1) { in tbreak() 209 if (numtab[NL].val > dip->hnl) in tbreak() 210 dip->hnl = numtab[NL].val; in tbreak() 261 if ((dip == d) && (numtab[NL].val == -1)) { in text() 489 numtab[NL].val += nlss; 498 if (numtab[NL].val < pl) 501 ejf = dip->hnl = numtab[NL].val = 0; 538 if (numtab[NL].val == 0) { 541 } else if ((i = findt(numtab[NL].val - nlss)) <= nlss) { 542 if ((j = findn1(numtab[NL].val - nlss + i)) == NTRAP) { [all …]
|
| H A D | n5.c | 379 if (numtab[NL].val > pl) in casepl() 380 numtab[NL].val = pl; in casepl() 550 i = numtab[NL].val; 570 p = &numtab[NL].val; in casert() 1142 j = numtab[NL].val; in casemk()
|
| /illumos-gate/usr/src/uts/common/fs/zfs/lua/ |
| H A D | lcorolib.c | 82 lua_State *NL; in luaB_cocreate() local 84 NL = lua_newthread(L); in luaB_cocreate() 86 lua_xmove(L, NL, 1); /* move function from L to NL */ in luaB_cocreate()
|
| /illumos-gate/usr/src/lib/krb5/ss/ |
| H A D | list_rqs.c | 28 static char const NL[2] = "\n"; variable 108 strncat(buffer, NL, sizeof(buffer) - 1 - strlen(buffer)); 122 strncat(buffer, NL, sizeof(buffer) - 1 - strlen(buffer));
|
| /illumos-gate/usr/src/cmd/oawk/ |
| H A D | awk.g.y | 41 %token NL 90 | begin NL 97 | end NL 205 NL 293 NL
|
| /illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
| H A D | stty.c | 116 #define NL 0x0002 /* entry ends line of display */ macro 163 { "kill", CHAR, T_CHAR, NL|SS, VKILL, 'U', C("Erase the current line") }, 171 { "eol", CHAR, T_CHAR, NL|US, VEOL, _POSIX_VDISABLE, C("End the line") }, 182 { "susp", CHAR, T_CHAR, NL|SS, VSUSP, 'Z', C("Send a terminal stop signal") }, 194 { "lnext", CHAR, T_CHAR, NL|SS, VLNEXT, 'V', C("Enter the next input character literally") }, 221 { "clocal", BIT, C_FLAG, NL, CLOCAL, CLOCAL, C("Disable (enable) modem control signals") }, 243 { "icrnl", BIT, I_FLAG, NL|SS, ICRNL, ICRNL, C("Translate (do not translate) carriage return to new… 283 { "tostop", BIT, L_FLAG, NL|US, TOSTOP, TOSTOP, C("Stop (do not stop) background jobs that try to w… 342 { "", MIXED, O_FLAG, NL|IG }, 487 if(tp->flags&NL) in output() [all …]
|
| /illumos-gate/usr/src/tools/cscope-fast/ |
| H A D | cgrep.c | 171 #define NL '\n' macro 405 if (*(*me - 1) != NL) in fixloc() 406 while (**me != NL) in fixloc() 411 if (*mb == *me - 1 && **mb == NL) { in fixloc() 417 if (**mb == NL) in fixloc() 419 if (*(*me - 1) == NL) in fixloc() 432 for (f = *me - 1; *f != NL; f++) { in grepmatch() 435 for (s = *mb; *s != NL; s--) { in grepmatch() 537 case Dot: return ((BOOL)(a != NL)); in match() 964 case '^': case '$': toktype = Literal; toklit = NL; break; in lex() [all …]
|
| /illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
| H A D | parse.c | 156 eline = lexp->sh->inlineno-(lexp->token==NL); in writedefs() 502 if(sym==NL) in sh_cmd() 505 if(lexp->token==NL) in sh_cmd() 533 if(sym==NL) in sh_cmd() 735 if((n=sh_lex(lexp))==NL) in arithfor() 849 while(lexp->token==NL) in funct() 1075 if(n!=NL && n!=';') in assign() 1223 while((tok=sh_lex(lexp))==NL); in item() 1228 if(lexp->token != NL && lexp->token !=';') in item() 1244 if(lexp->token != NL && lexp->token !=';') in item() [all …]
|
| /illumos-gate/usr/src/cmd/lp/model/ |
| H A D | tsol_standard | 100 # and onlcr attributes to have <NL>'s expanded to <CR><NL>. This 692 NL="${CR}\n" 766 PAD="#####${NL}" 793 echo "#####${WIDE_CS} Job ${request_id}${NORM_CS}${NL}\c" 794 echo "#####${WIDE_CS} suspended or canceled${NORM_CS}${NL}\c" 828 echo "#####${WIDE_CS} User: ${user_name}${NORM_CS}${NL}\c" 832 echo "#####${WIDE_CS} Alias: ${ALIAS_USERNAME}${NORM_CS}${NL}\c" 837 echo "#####${WIDE_CS} Title: ${title}${NORM_CS}${NL}\c" 840 echo "#####${WIDE_CS} Printed: `LANG=C date '+%a %H:%M %h %d, %Y'`${NORM_CS}${NL}\c" 842 echo "#####${WIDE_CS} Job number: ${request_id}${NORM_CS}${NL}\c" [all …]
|
| H A D | standard | 101 # and onlcr attributes to have <NL>'s expanded to <CR><NL>. This 676 NL="${CR}\n" 750 PAD="#####${NL}" 777 echo "#####${WIDE_CS} Job ${request_id}${NORM_CS}${NL}\c" 778 echo "#####${WIDE_CS} suspended or canceled${NORM_CS}${NL}\c" 812 echo "#####${WIDE_CS} User: ${user_name}${NORM_CS}${NL}\c" 816 echo "#####${WIDE_CS} Alias: ${ALIAS_USERNAME}${NORM_CS}${NL}\c" 821 echo "#####${WIDE_CS} Title: ${title}${NORM_CS}${NL}\c" 824 echo "#####${WIDE_CS} Printed: `LANG=C date '+%a %H:%M %h %d, %Y'`${NORM_CS}${NL}\c" 826 echo "#####${WIDE_CS} Job number: ${request_id}${NORM_CS}${NL}\c" [all …]
|
| H A D | tsol_standard_foomatic | 103 # and onlcr attributes to have <NL>'s expanded to <CR><NL>. This 721 NL="${CR}\n" 795 PAD="#####${NL}" 822 echo "#####${WIDE_CS} Job ${request_id}${NORM_CS}${NL}\c" 823 echo "#####${WIDE_CS} suspended or canceled${NORM_CS}${NL}\c" 857 echo "#####${WIDE_CS} User: ${user_name}${NORM_CS}${NL}\c" 861 echo "#####${WIDE_CS} Alias: ${ALIAS_USERNAME}${NORM_CS}${NL}\c" 866 echo "#####${WIDE_CS} Title: ${title}${NORM_CS}${NL}\c" 869 echo "#####${WIDE_CS} Printed: `LANG=C date '+%a %H:%M %h %d, %Y'`${NORM_CS}${NL}\c" 871 echo "#####${WIDE_CS} Job number: ${request_id}${NORM_CS}${NL}\c" [all …]
|
| H A D | tsol_netstandard | 469 PAD="#####${NL}" 471 NL="${CR}\n" 477 echo "##### User: ${user_name}${NL}\c" 480 echo "##### Title: ${title}${NL}\c" 482 echo "##### Date: `LANG=C date '+%a %H:%M %h %d, %Y'`${NL}\c" 483 echo "##### Job: ${request_id}${NL}\c" 533 # Get rid of the #, TAB and NL characters in the title
|
| H A D | netstandard | 433 PAD="#####${NL}" 435 NL="${CR}\n" 441 echo "##### User: ${user_name}${NL}\c" 444 echo "##### Title: ${title}${NL}\c" 446 echo "##### Date: `LANG=C date '+%a %H:%M %h %d, %Y'`${NL}\c" 447 echo "##### Job: ${request_id}${NL}\c"
|
| H A D | tsol_netstandard_foomatic | 495 PAD="#####${NL}" 497 NL="${CR}\n" 503 echo "##### User: ${user_name}${NL}\c" 506 echo "##### Title: ${title}${NL}\c" 508 echo "##### Date: `LANG=C date '+%a %H:%M %h %d, %Y'`${NL}\c" 509 echo "##### Job: ${request_id}${NL}\c" 559 # Get rid of the #, TAB and NL characters in the title
|
| /illumos-gate/usr/src/lib/libsec/common/ |
| H A D | acl.y | 50 %token COLON COMMA NL SLASH 65 acl: acl_entry NL 72 | acl_entry COMMA NL
|
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | crtctl.h | 43 #define NL 0134 /* Terminal newline function */ macro
|