Symbol: getcmd
games/canfield/canfield/canfield.c
1096
getcmd(moverow, movecol, "Hit return to exit");
games/canfield/canfield/canfield.c
1427
getcmd(moverow, movecol, "Move:");
games/canfield/canfield/canfield.c
1429
getcmd(moverow, movecol, "Move:");
games/canfield/canfield/canfield.c
1445
getcmd(moverow, movecol, "Inspect game?");
games/canfield/canfield/canfield.c
1484
getcmd(moverow, movecol,
games/canfield/canfield/canfield.c
1601
getcmd(originrow + 3, origincol, "y or n?");
games/canfield/canfield/canfield.c
1614
getcmd(originrow + 2, origincol, "y or n?");
games/canfield/canfield/canfield.c
1663
getcmd(moverow, movecol, "Hit return to exit");
games/canfield/canfield/canfield.c
1682
getcmd(row, col, "Play again (y or n)?");
games/canfield/canfield/canfield.c
1724
getcmd(moverow, movecol, "y or n?");
games/canfield/canfield/canfield.c
200
static void getcmd(int, int, const char *);
sbin/restore/interactive.c
115
getcmd(curdir, cmd, name, sizeof(name), &arglist);
sbin/restore/interactive.c
76
static void getcmd(char *, char *, char *, size_t, struct arglist *);
usr.bin/telnet/commands.c
2567
c = getcmd(margv[0]);
usr.bin/telnet/commands.c
2613
c = getcmd(arg);
usr.bin/telnet/commands.c
2690
c = getcmd(margv[0]);
usr.bin/tftp/main.c
140
struct cmd *getcmd(char *);
usr.bin/tftp/main.c
620
c = getcmd(margv[0]);
usr.bin/tftp/main.c
714
c = getcmd(arg);
usr.sbin/lpr/lpc/lpc.c
191
c = getcmd(margv[0]);
usr.sbin/lpr/lpc/lpc.c
325
c = getcmd(arg);
usr.sbin/lpr/lpc/lpc.c
72
static struct cmd *getcmd(const char *_name);
usr.sbin/lpr/lpc/lpc.c
89
c = getcmd(*++argv);