Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/telnet/
H A Dcommands.c132 static int send_willcmd(const char *);
342 { "will", 0, 0, 1, send_willcmd, 3, 0 },
450 send_willcmd(const char *name) in send_willcmd() function