Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c304 register unsigned int uic = (unsigned int)c; local
306 if (uic == 0x7f)
311 if (uic >= 0x80) {
317 } else if (uic >= 0x20) {
345 register unsigned int uic = (unsigned int)c; local
349 if (uic == 0x7f)
351 if (uic >= 0x80) {
357 } else if (uic >= 0x20) {