Searched refs:globalmode (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/telnet/telnet/
H A Dauthenc.c95 extern int globalmode;
96 int om = globalmode;
H A Dsys_bsd.c204 } else if (!MODE_LOCAL_CHARS(globalmode)) {
387 globalmode = f&~MODE_FORCE;
1113 if ((c == 0) && MODE_LOCAL_CHARS(globalmode) && isatty(tin)) {
H A Dexterns.h110 globalmode, /* Mode tty should be in */
H A Dtelnet.c114 globalmode,
1964 if (kludgelinemode && (globalmode&MODE_EDIT) && (sc == echoc)) {
1976 if (MODE_LOCAL_CHARS(globalmode)) {
1990 if (MODE_LOCAL_CHARS(globalmode)) {
113 globalmode, variable
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dauthenc.c85 int om = globalmode;
H A Dsys_bsd.c159 } else if (!MODE_LOCAL_CHARS(globalmode)) {
329 globalmode = f&~MODE_FORCE;
955 if ((c == 0) && MODE_LOCAL_CHARS(globalmode) && isatty(tin)) {
H A Dexterns.h62 globalmode, /* Mode tty should be in */
H A Dtelnet.c81 globalmode; variable
1911 if (kludgelinemode && (globalmode&MODE_EDIT) && (sc == echoc)) {
1923 if (MODE_LOCAL_CHARS(globalmode)) {
1937 if (MODE_LOCAL_CHARS(globalmode)) {

Completed in 68 milliseconds