Home
last modified time | relevance | path

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

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