Symbol: getcmd
games/canfield/canfield/canfield.c
1092
getcmd(moverow, movecol, "Hit return to exit");
games/canfield/canfield/canfield.c
1422
getcmd(moverow, movecol, "Move:");
games/canfield/canfield/canfield.c
1424
getcmd(moverow, movecol, "Move:");
games/canfield/canfield/canfield.c
1440
getcmd(moverow, movecol, "Inspect game?");
games/canfield/canfield/canfield.c
1479
getcmd(moverow, movecol,
games/canfield/canfield/canfield.c
1596
getcmd(originrow + 3, origincol, "y or n?");
games/canfield/canfield/canfield.c
1609
getcmd(originrow + 2, origincol, "y or n?");
games/canfield/canfield/canfield.c
1662
getcmd(moverow, movecol, "Hit return to exit");
games/canfield/canfield/canfield.c
1681
getcmd(row, col, "Play again (y or n)?");
games/canfield/canfield/canfield.c
1722
getcmd(moverow, movecol, "y or n?");
games/canfield/canfield/canfield.c
197
void getcmd(int, int, const char *);
sbin/restore/interactive.c
121
getcmd(curdir, cmd, sizeof cmd, name, sizeof name, &arglist);
sbin/restore/interactive.c
82
static void getcmd(char *, char *, size_t, char *, size_t, struct arglist *);
sys/arch/amd64/stand/rdboot/cmd.h
59
int getcmd(void);
sys/arch/amd64/stand/rdboot/rdboot.c
102
} while (!getcmd());
sys/arch/octeon/stand/rdboot/cmd.h
59
int getcmd(void);
sys/arch/octeon/stand/rdboot/rdboot.c
103
} while (!getcmd());
sys/arch/powerpc64/stand/rdboot/cmd.h
59
int getcmd(void);
sys/arch/powerpc64/stand/rdboot/rdboot.c
101
} while (!getcmd());
sys/stand/boot/boot.c
107
} while(!getcmd());
sys/stand/boot/cmd.h
57
int getcmd(void);
usr.bin/ftp/cmds.c
1323
c = getcmd(argv[1]);
usr.bin/ftp/complete.c
317
c = getcmd(margv[0]);
usr.bin/ftp/domacro.c
112
c = getcmd(margv[0]);
usr.bin/ftp/extern.h
81
struct cmd *getcmd(const char *);
usr.bin/ftp/main.c
1050
c = getcmd(arg);
usr.bin/ftp/main.c
789
c = getcmd(margv[0]);
usr.bin/telnet/commands.c
1648
static Command *getcmd(char *name);
usr.bin/telnet/commands.c
1710
c = getcmd(margv[0]);
usr.bin/telnet/commands.c
2027
c = getcmd(margv[0]);
usr.bin/telnet/commands.c
2071
c = getcmd(arg);
usr.bin/tftp/main.c
594
c = getcmd(margv[0]);
usr.bin/tftp/main.c
694
c = getcmd(arg);
usr.bin/tftp/main.c
87
struct cmd *getcmd(char *);
usr.sbin/lpr/lpc/lpc.c
150
c = getcmd(margv[0]);
usr.sbin/lpr/lpc/lpc.c
262
c = getcmd(arg);
usr.sbin/lpr/lpc/lpc.c
68
static struct cmd *getcmd(char *);
usr.sbin/lpr/lpc/lpc.c
86
c = getcmd(*++argv);