Searched defs:SS (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | stty.c | 113 #undef SS /* who co-opted this namespace? */ macro 117 #define SS 0x0004 /* set in sane mode */ macro 160 { "intr", CHAR, T_CHAR, SS, VINTR, 'C', C("Send an interrupt signal") }, 161 { "quit", CHAR, T_CHAR, SS, VQUIT, '|', C("Send a quit signal") }, 162 { "erase", CHAR, T_CHAR, SS, VERASE, 'H', C("Erase the last character entered") }, 163 { "kill", CHAR, T_CHAR, NL|SS, VKILL, 'U', C("Erase the current line") }, 164 { "eof", CHAR, T_CHAR, SS, VEOF, 'D', C("Send an end of file") }, 173 { "start", CHAR, T_CHAR, SS, VSTART, 'Q', C("Restart the output after stopping it") }, 176 { "stop", CHAR, T_CHAR, SS, VSTOP, 'S', C("Stop the output") }, 179 { "dsusp", CHAR, T_CHAR, SS, VDSUS [all...] |
Completed in 30 milliseconds