Searched refs:NL (Results 26 - 47 of 47) sorted by relevance

12

/illumos-gate/usr/src/cmd/troff/
H A Dn1.c271 fdprintf(stderr, "loop: NL=%d, ejf=%d, lss=%d, eileenct=%d\n",
272 numtab[NL].val, ejf, lss, eileenct);
345 numtab[NL].val = -1;
395 numtab[NL].val = -1;
H A Dn2.c298 if (numtab[NL].val) {
H A Dn4.c126 i = numtab[NL].val;
672 j = numtab[NL].val;
H A Dtdef.h431 #define NL 1 macro
/illumos-gate/usr/src/cmd/dc/
H A Ddc.h41 #define NL 1 macro
H A Ddc.c1988 return (cond(NL));
2045 (cc > 0) && (c == '>' || c == NL)) {
/illumos-gate/usr/src/cmd/sh/
H A Dfault.c380 prc_buff(NL);
H A Dio.c317 *clinep++ = NL;
H A Dmain.c421 t = cmd(NL, MTFLG);
H A Dxec.c521 execute(cmd(NL, NLFLG | MTFLG), 0, (int)(flags & errflg));
H A Dmacro.c562 if ((*--staktop) != NL)
/illumos-gate/usr/src/ucblib/libcurses/
H A Dcr_tty.c49 &LL, &MA, &ND, &NL, &_PC, &RC, &SC, &SE, &SF,
/illumos-gate/usr/src/cmd/oawk/
H A Dawk.lx.l127 <A>\n { lineno++; RETURN(NL); }
158 <comment>\n { BEGIN A; lineno++; RETURN(NL); }
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb_yacc.y91 %token NL
124 empty_statement : NL
/illumos-gate/usr/src/lib/libsec/common/
H A Dacl_lex.l204 return (NL);
746 return (NL);
/illumos-gate/usr/src/ucbhead/
H A Dcurses.h64 *KR, *KS, *KU, *LL, *MA, *ND, *NL, *RC, *SC, *SE, *SF,
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vops2.c425 * read an ESCAPE or NL.
560 * (got a NL), break out of the for loop (got
1143 if (c != NL) {
1169 if (c != NL && !splitw) {
1370 case NL:
H A Dex.h200 #define NL '\n' macro
H A Dex_vmain.c513 * z<NL> like zcarriage_return
1493 case NL:
H A Dex_voper.c702 case NL:
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dparse.c152 eline = lexp->sh->inlineno-(lexp->token==NL);
479 if(sym==NL)
482 if(lexp->token==NL)
510 if(sym==NL)
703 if((n=sh_lex(lexp))==NL)
792 while(lexp->token==NL)
976 if(n!=NL && n!=';')
1120 while((tok=sh_lex(lexp))==NL);
1125 if(lexp->token != NL && lexp->token !=';')
1141 if(lexp->token != NL
[all...]
/illumos-gate/usr/src/cmd/awk/
H A Dawk.lx.l101 <A>\n { lineno++; RET(NL); }

Completed in 2178 milliseconds

12