Home
last modified time | relevance | path

Searched refs:subchar (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c911 int subchar; in suboption() local
915 subchar = SB_GET(); in suboption()
916 switch (subchar) { in suboption()
1033 if (subchar == TELOPT_OLD_ENVIRON) in suboption()
1042 if (subchar == TELOPT_NEW_ENVIRON) { in suboption()
1168 if (subchar == TELOPT_OLD_ENVIRON) { in suboption()
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c706 unsigned char subchar; in suboption() local
709 switch (subchar = SB_GET()) { in suboption()
823 if (my_want_state_is_dont(subchar)) in suboption()
827 if (my_want_state_is_wont(subchar)) { in suboption()
/freebsd/contrib/telnet/telnet/
H A Dtelnet.c765 unsigned char subchar; in suboption() local
768 switch (subchar = SB_GET()) { in suboption()
878 if (my_want_state_is_dont(subchar)) in suboption()
882 if (my_want_state_is_wont(subchar)) { in suboption()