Searched refs:uic (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c155 unsigned int uic = (unsigned int)c; local
157 if (uic == 0x7f)
162 if (uic >= 0x80) {
168 } else if (uic >= 0x20) {
/freebsd-12-stable/contrib/telnet/telnet/
H A Dcommands.c249 unsigned int uic = (unsigned int)c; local
251 if (uic == 0x7f)
256 if (uic >= 0x80) {
262 } else if (uic >= 0x20) {

Completed in 92 milliseconds