Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/telnet/
H A Dcommands.c133 static int send_wontcmd(const char *);
343 { "wont", 0, 0, 1, send_wontcmd, 3, 0 },
456 send_wontcmd(const char *name) in send_wontcmd() function