Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vntsd/
H A Dcmd.c401 uint8_t buf[] = {IAC, DONT, LINEMODE, IAC, WILL, SUPRESS, IAC, WILL, in vntsd_set_telnet_options()
443 case LINEMODE: in vntsd_telnet_cmd()
456 case LINEMODE: in vntsd_telnet_cmd()
H A Dchars.h78 #define LINEMODE 34 /* line mode */ macro