Searched refs:MODE_EDIT (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.2-release/crypto/heimdal/appl/telnet/telnet/
H A Dterminal.c174 mode |= (MODE_TRAPSIG|MODE_EDIT);
201 if ((newmode & (MODE_ECHO|MODE_EDIT)) == MODE_EDIT) {
H A Ddefines.h51 #define MODE_LOCAL_CHARS(m) ((m)&(MODE_EDIT|MODE_TRAPSIG))
H A Dsys_bsd.c295 * MODE_EDIT: do local line editing
298 * MODE_ECHO|MODE_EDIT|MODE_FLOW|MODE_TRAPSIG
391 if (f&MODE_EDIT) {
400 if ((f&(MODE_EDIT|MODE_TRAPSIG)) == 0) {
H A Dcommands.c1079 { "edit", "Enable character editing", tn_setmode, 1, MODE_EDIT },
1080 { "+edit", 0, tn_setmode, 1, MODE_EDIT },
1081 { "-edit", "Disable character editing", tn_clearmode, 1, MODE_EDIT },
1941 printf("%s line editing\r\n", (mode&MODE_EDIT) ? "Local" : "No");
H A Dutilities.c610 pointer[2]&MODE_EDIT ? "|EDIT" : "",
H A Dtelnet.c1911 if (kludgelinemode && (globalmode&MODE_EDIT) && (sc == echoc)) {
/freebsd-10.2-release/contrib/telnet/telnet/
H A Dterminal.c209 mode |= (MODE_TRAPSIG|MODE_EDIT);
235 if ((newmode & (MODE_ECHO|MODE_EDIT)) == MODE_EDIT) {
H A Ddefines.h52 #define MODE_LOCAL_CHARS(m) ((m)&(MODE_EDIT|MODE_TRAPSIG))
H A Dsys_bsd.c355 * MODE_EDIT: do local line editing
358 * MODE_ECHO|MODE_EDIT|MODE_FLOW|MODE_TRAPSIG
487 if (f&MODE_EDIT) {
509 if ((f&(MODE_EDIT|MODE_TRAPSIG)) == 0) {
H A Dcommands.c1156 { "edit", "Enable character editing", setmod, 1, MODE_EDIT },
1157 { "+edit", 0, setmod, 1, MODE_EDIT },
1158 { "-edit", "Disable character editing", clearmode, 1, MODE_EDIT },
2062 printf("%s line editing\n", (mode&MODE_EDIT) ? "Local" : "No");
H A Dutilities.c634 pointer[2]&MODE_EDIT ? "|EDIT" : "",
H A Dtelnet.c1996 if (kludgelinemode && (globalmode&MODE_EDIT) && (sc == echoc)) {
/freebsd-10.2-release/contrib/telnet/telnetd/
H A Dtermstat.c264 useeditmode |= MODE_EDIT;
441 useeditmode |= MODE_EDIT;
491 if (changed & MODE_EDIT)
492 tty_setedit(useeditmode & MODE_EDIT);
H A Dutility.c721 pointer[2]&MODE_EDIT ? "|EDIT" : "",
728 if (pointer[2]&~(MODE_EDIT|MODE_TRAPSIG|MODE_ACK)) {
/freebsd-10.2-release/crypto/heimdal/appl/telnet/arpa/
H A Dtelnet.h166 #define MODE_EDIT 0x01 macro
/freebsd-10.2-release/contrib/tcpdump/
H A Dtelnet.h170 #define MODE_EDIT 0x01 macro
/freebsd-10.2-release/contrib/telnet/arpa/
H A Dtelnet.h174 #define MODE_EDIT 0x01 macro
/freebsd-10.2-release/include/arpa/
H A Dtelnet.h169 #define MODE_EDIT 0x01 macro
/freebsd-10.2-release/crypto/heimdal/appl/telnet/telnetd/
H A Dutility.c778 pointer[2]&MODE_EDIT ? "|EDIT" : "",
786 if (pointer[2]&~(MODE_EDIT|MODE_TRAPSIG|MODE_ACK)) {

Completed in 104 milliseconds