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);
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 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);