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

/freebsd-11-stable/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-11-stable/contrib/telnet/telnet/
H A Dterminal.c205 mode |= (MODE_TRAPSIG|MODE_EDIT);
231 if ((newmode & (MODE_ECHO|MODE_EDIT)) == MODE_EDIT) {
H A Ddefines.h48 #define MODE_LOCAL_CHARS(m) ((m)&(MODE_EDIT|MODE_TRAPSIG))
H A Dsys_bsd.c351 * MODE_EDIT: do local line editing
354 * MODE_ECHO|MODE_EDIT|MODE_FLOW|MODE_TRAPSIG
483 if (f&MODE_EDIT) {
505 if ((f&(MODE_EDIT|MODE_TRAPSIG)) == 0) {
H A Dcommands.c1153 { "edit", "Enable character editing", setmod, 1, MODE_EDIT },
1154 { "+edit", 0, setmod, 1, MODE_EDIT },
1155 { "-edit", "Disable character editing", clearmode, 1, MODE_EDIT },
2059 printf("%s line editing\n", (mode&MODE_EDIT) ? "Local" : "No");
H A Dutilities.c630 pointer[2]&MODE_EDIT ? "|EDIT" : "",
H A Dtelnet.c1992 if (kludgelinemode && (globalmode&MODE_EDIT) && (sc == echoc)) {
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dtermstat.c260 useeditmode |= MODE_EDIT;
437 useeditmode |= MODE_EDIT;
487 if (changed & MODE_EDIT)
488 tty_setedit(useeditmode & MODE_EDIT);
H A Dutility.c717 pointer[2]&MODE_EDIT ? "|EDIT" : "",
724 if (pointer[2]&~(MODE_EDIT|MODE_TRAPSIG|MODE_ACK)) {
/freebsd-11-stable/crypto/heimdal/appl/telnet/arpa/
H A Dtelnet.h166 #define MODE_EDIT 0x01 macro
/freebsd-11-stable/include/arpa/
H A Dtelnet.h169 #define MODE_EDIT 0x01 macro
/freebsd-11-stable/contrib/telnet/arpa/
H A Dtelnet.h170 #define MODE_EDIT 0x01 macro
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dutility.c778 pointer[2]&MODE_EDIT ? "|EDIT" : "",
786 if (pointer[2]&~(MODE_EDIT|MODE_TRAPSIG|MODE_ACK)) {
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-telnet.c194 #define MODE_EDIT 0x01 macro

Completed in 222 milliseconds