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

/haiku/src/bin/network/telnet/
H A Dcommands.c255 unsigned int uic = (unsigned int)c; local
257 if (uic == 0x7f)
262 if (uic >= 0x80) {
268 } else if (uic >= 0x20) {

Completed in 72 milliseconds