Searched refs:NL (Results 1 - 8 of 8) sorted by relevance
/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 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 D | shlex.h | 71 #define NL '\n' macro 132 #define SH_SEMI 0200 /* semi-colon after NL ok */
|
/ast/src/cmd/ie/ |
H A D | io.h | 225 #define newline() p_char(NL)
|
H A D | history.c | 215 p_num(hsize,NL); 548 p_num(errno,NL);
|
/ast/src/cmd/ksh93/sh/ |
H A D | parse.c | 156 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 D | mm2twiki.sh | 1200 .NL) type[++lists]=.AL
|
H A D | mm2bb.sh | 1337 .NL) type[++lists]=.AL
|
H A D | mm2html.sh | 1915 .NL) type[++lists]=.AL
|
Completed in 29 milliseconds