Searched refs:MODE_TRAPSIG (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | defines.h | 67 #define MODE_LOCAL_CHARS(m) ((m)&(MODE_EDIT|MODE_TRAPSIG))
|
H A D | terminal.c | 185 mode |= (MODE_TRAPSIG|MODE_EDIT); in getconnmode()
|
H A D | sys_bsd.c | 381 if ((f&MODE_TRAPSIG) == 0) { 421 if ((f&(MODE_EDIT|MODE_TRAPSIG)) == 0) {
|
H A D | commands.c | 1308 { "isig", "Enable signal trapping", setmode, 1, MODE_TRAPSIG }, 1309 { "+isig", 0, setmode, 1, MODE_TRAPSIG }, 1310 { "-isig", "Disable signal trapping", clearmode, 1, MODE_TRAPSIG }, 2427 (mode&MODE_TRAPSIG) ? "Local" : "No"); in status()
|
H A D | utilities.c | 734 pointer[2]&MODE_TRAPSIG ?
|
H A D | telnet.c | 2298 TerminalNewMode(getconnmode()|MODE_TRAPSIG);
|
/titanic_50/usr/src/head/arpa/ |
H A D | telnet.h | 169 #define MODE_TRAPSIG 0x02 macro
|