Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c187 struct sendlist { struct
206 static struct sendlist Sendlist[] = { argument
235 #define GETSEND(name) ((struct sendlist *) genget(name, (char **) Sendlist, \
236 sizeof(struct sendlist)))
243 struct sendlist *s; /* pointer to current command */ in sendcmd()
418 struct sendlist *s; /* pointer to current command */ in send_help()
/freebsd/contrib/telnet/telnet/
H A Dcommands.c278 struct sendlist { struct
297 static struct sendlist Sendlist[] = { argument
326 #define GETSEND(name) ((struct sendlist *) genget(name, (char **) Sendlist, \
327 sizeof(struct sendlist)))
334 struct sendlist *s; /* pointer to current command */ in sendcmd()
505 struct sendlist *s; /* pointer to current command */ in send_help()