HomeSort by: relevance | last modified time | path
    Searched defs:Sendlist (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/telnet/
commands.c 306 struct sendlist { struct
319 static struct sendlist Sendlist[] = {
348 #define GETSEND(name) ((struct sendlist *) genget(name, (char **) Sendlist, \
349 sizeof(struct sendlist)))
356 struct sendlist *s; /* pointer to current command */
525 struct sendlist *s; /* pointer to current command */
526 for (s = Sendlist; s->name; s++) {
commands.c 306 struct sendlist { struct
319 static struct sendlist Sendlist[] = {
348 #define GETSEND(name) ((struct sendlist *) genget(name, (char **) Sendlist, \
349 sizeof(struct sendlist)))
356 struct sendlist *s; /* pointer to current command */
525 struct sendlist *s; /* pointer to current command */
526 for (s = Sendlist; s->name; s++) {
commands.c 306 struct sendlist { struct
319 static struct sendlist Sendlist[] = {
348 #define GETSEND(name) ((struct sendlist *) genget(name, (char **) Sendlist, \
349 sizeof(struct sendlist)))
356 struct sendlist *s; /* pointer to current command */
525 struct sendlist *s; /* pointer to current command */
526 for (s = Sendlist; s->name; s++) {

Completed in 249 milliseconds