Searched defs:NL (Results 1 - 2 of 2) 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 */

Completed in 11 milliseconds