Searched refs:printoption (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | telnet.c | 309 printoption("SENT", DO, c); 325 printoption("SENT", DONT, c); 341 printoption("SENT", WILL, c); 357 printoption("SENT", WONT, c); 1863 printoption("RCVD", IAC, DM); in telrcv() 1885 printoption("RCVD", IAC, c); in telrcv() 1892 printoption("RCVD", WILL, c); in telrcv() 1898 printoption("RCVD", WONT, c); in telrcv() 1904 printoption("RCVD", DO, c); in telrcv() 1917 printoption("RCVD", DONT, c); in telrcv() [all …]
|
H A D | externs.h | 234 extern void printoption(char *, int, int);
|
H A D | utilities.c | 188 printoption(direction, cmd, option) in printoption() function
|
H A D | commands.c | 509 printoption("SENT", IAC, s->what);
|