Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/telnet/telnetd/
Dtermstat.c266 useeditmode |= MODE_TRAPSIG; in localstat()
443 useeditmode |= MODE_TRAPSIG; in clientstat()
494 if (changed & MODE_TRAPSIG) in clientstat()
495 tty_setsig(useeditmode & MODE_TRAPSIG); in clientstat()
Dutility.c722 pointer[2]&MODE_TRAPSIG ? "|TRAPSIG" : "", in printsub()
728 if (pointer[2]&~(MODE_EDIT|MODE_TRAPSIG|MODE_ACK)) { in printsub()
/freebsd-9-stable/contrib/telnet/telnet/
Ddefines.h52 #define MODE_LOCAL_CHARS(m) ((m)&(MODE_EDIT|MODE_TRAPSIG))
Dterminal.c208 mode |= (MODE_TRAPSIG|MODE_EDIT); in getconnmode()
Dsys_bsd.c469 if ((f&MODE_TRAPSIG) == 0) { in TerminalNewMode()
509 if ((f&(MODE_EDIT|MODE_TRAPSIG)) == 0) { in TerminalNewMode()
Dcommands.c1149 { "isig", "Enable signal trapping", setmod, 1, MODE_TRAPSIG },
1150 { "+isig", 0, setmod, 1, MODE_TRAPSIG },
1151 { "-isig", "Disable signal trapping", clearmode, 1, MODE_TRAPSIG },
2056 (mode&MODE_TRAPSIG) ? "Local" : "No"); in status()
Dutilities.c634 pointer[2]&MODE_TRAPSIG ? "|TRAPSIG" : "", in printsub()
/freebsd-9-stable/crypto/heimdal/appl/telnet/telnet/
Ddefines.h51 #define MODE_LOCAL_CHARS(m) ((m)&(MODE_EDIT|MODE_TRAPSIG))
Dterminal.c173 mode |= (MODE_TRAPSIG|MODE_EDIT); in getconnmode()
Dsys_bsd.c383 if ((f&MODE_TRAPSIG) == 0) { in TerminalNewMode()
400 if ((f&(MODE_EDIT|MODE_TRAPSIG)) == 0) { in TerminalNewMode()
Dcommands.c1093 { "isig", "Enable signal trapping", tn_setmode, 1, MODE_TRAPSIG },
1094 { "+isig", 0, tn_setmode, 1, MODE_TRAPSIG },
1095 { "-isig", "Disable signal trapping", tn_clearmode, 1, MODE_TRAPSIG },
1956 (mode&MODE_TRAPSIG) ? "Local" : "No"); in status()
Dutilities.c596 pointer[2]&MODE_TRAPSIG ? "|TRAPSIG" : "", in printsub()
Dtelnet.c2122 TerminalNewMode(getconnmode()|MODE_TRAPSIG); in my_telnet()
/freebsd-9-stable/crypto/heimdal/appl/telnet/arpa/
Dtelnet.h167 #define MODE_TRAPSIG 0x02 macro
/freebsd-9-stable/contrib/tcpdump/
Dtelnet.h171 #define MODE_TRAPSIG 0x02 macro
/freebsd-9-stable/include/arpa/
Dtelnet.h170 #define MODE_TRAPSIG 0x02 macro
/freebsd-9-stable/contrib/telnet/arpa/
Dtelnet.h175 #define MODE_TRAPSIG 0x02 macro
/freebsd-9-stable/crypto/heimdal/appl/telnet/telnetd/
Dutility.c779 pointer[2]&MODE_TRAPSIG ? "|TRAPSIG" : "", in printsub()
786 if (pointer[2]&~(MODE_EDIT|MODE_TRAPSIG|MODE_ACK)) { in printsub()