Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c307 printoption("SENT", DO, c);
323 printoption("SENT", DONT, c);
339 printoption("SENT", WILL, c);
355 printoption("SENT", WONT, c);
1883 printoption("RCVD", IAC, c); in telrcv()
1902 printoption("RCVD", DO, c); in telrcv()
2459 printoption("SENT", IAC, AO); in xmitAO()
2472 printoption("SENT", IAC, EL); in xmitEL()
2479 printoption("SENT", IAC, EC); in xmitEC()
2490 printoption("SENT", IAC, DM); in dosynch()
[all …]
H A Dexterns.h232 extern void printoption(char *, int, int);
H A Dutilities.c186 printoption(direction, cmd, option) in printoption() function
H A Dcommands.c500 printoption("SENT", IAC, s->what);