Searched refs:NL (Results 1 - 8 of 8) sorted by relevance

/ast/src/lib/libcmd/
H A Dstty.c116 #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 newline") },
283 { "tostop", BIT, L_FLAG, NL|US, TOSTOP, TOSTOP, C("Stop (do not stop) background jobs that try to write to the terminal") },
342 { "", MIXED, O_FLAG, NL|IG },
487 if(tp->flags&NL)
[all...]
/ast/src/cmd/ksh93/include/
H A Dshlex.h71 #define NL '\n' macro
132 #define SH_SEMI 0200 /* semi-colon after NL ok */
/ast/src/cmd/ie/
H A Dio.h225 #define newline() p_char(NL)
H A Dhistory.c215 p_num(hsize,NL);
548 p_num(errno,NL);
/ast/src/cmd/ksh93/sh/
H A Dparse.c156 eline = lexp->sh->inlineno-(lexp->token==NL);
495 if(sym==NL)
498 if(lexp->token==NL)
526 if(sym==NL)
727 if((n=sh_lex(lexp))==NL)
841 while(lexp->token==NL)
1067 if(n!=NL && n!=';')
1215 while((tok=sh_lex(lexp))==NL);
1220 if(lexp->token != NL && lexp->token !=';')
1236 if(lexp->token != NL
[all...]
/ast/src/cmd/html/
H A Dmm2twiki.sh1200 .NL) type[++lists]=.AL
H A Dmm2bb.sh1337 .NL) type[++lists]=.AL
H A Dmm2html.sh1915 .NL) type[++lists]=.AL

Completed in 29 milliseconds