Home
last modified time | relevance | path

Searched refs:MODE_TRAPSIG (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Ddefines.h67 #define MODE_LOCAL_CHARS(m) ((m)&(MODE_EDIT|MODE_TRAPSIG))
H A Dterminal.c185 mode |= (MODE_TRAPSIG|MODE_EDIT); in getconnmode()
H A Dsys_bsd.c381 if ((f&MODE_TRAPSIG) == 0) {
421 if ((f&(MODE_EDIT|MODE_TRAPSIG)) == 0) {
H A Dcommands.c1308 { "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 Dutilities.c734 pointer[2]&MODE_TRAPSIG ?
H A Dtelnet.c2298 TerminalNewMode(getconnmode()|MODE_TRAPSIG);
/titanic_50/usr/src/head/arpa/
H A Dtelnet.h169 #define MODE_TRAPSIG 0x02 macro