Searched refs:printoption (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | telnet.c | 307 printoption("SENT", DO, c); 323 printoption("SENT", DONT, c); 339 printoption("SENT", WILL, c); 355 printoption("SENT", WONT, c); 1861 printoption("RCVD", IAC, DM); in telrcv() 1883 printoption("RCVD", IAC, c); in telrcv() 1890 printoption("RCVD", WILL, c); in telrcv() 1896 printoption("RCVD", WONT, c); in telrcv() 1902 printoption("RCVD", DO, c); in telrcv() 1915 printoption("RCVD", DONT, c); in telrcv() [all …]
|
H A D | externs.h | 232 extern void printoption(char *, int, int);
|
H A D | utilities.c | 186 printoption(direction, cmd, option) in printoption() function
|
H A D | commands.c | 500 printoption("SENT", IAC, s->what);
|