Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c383 static struct sendlist Sendlist[] = { variable
414 #define GETSEND(name) ((struct sendlist *)genget(name, (char **)Sendlist, \
609 for (s = Sendlist; s->name; s++) { in send_help()