Symbol: getcmd
games/canfield/canfield/canfield.c
1101
getcmd(moverow, movecol, "Hit return to exit");
games/canfield/canfield/canfield.c
1436
getcmd(moverow, movecol, "Move:");
games/canfield/canfield/canfield.c
1438
getcmd(moverow, movecol, "Move:");
games/canfield/canfield/canfield.c
1454
getcmd(moverow, movecol, "Inspect game?");
games/canfield/canfield/canfield.c
1493
getcmd(moverow, movecol,
games/canfield/canfield/canfield.c
1610
getcmd(originrow + 3, origincol, "y or n?");
games/canfield/canfield/canfield.c
1623
getcmd(originrow + 2, origincol, "y or n?");
games/canfield/canfield/canfield.c
1677
getcmd(moverow, movecol, "Hit return to exit");
games/canfield/canfield/canfield.c
1696
getcmd(row, col, "Play again (y or n)?");
games/canfield/canfield/canfield.c
1738
getcmd(moverow, movecol, "y or n?");
games/canfield/canfield/canfield.c
204
static void getcmd(int, int, const char *);
games/warp/score.c
113
getcmd(tmpbuf);
games/warp/score.c
187
getcmd(buf);
games/warp/score.c
196
getcmd(buf);
games/warp/score.c
217
getcmd(spbuf);
games/warp/score.c
226
getcmd(spbuf);
games/warp/score.c
235
getcmd(spbuf);
games/warp/score.c
618
getcmd(&tmp);
games/warp/score.c
649
getcmd(&tmp);
games/warp/score.c
93
getcmd(tmpbuf);
games/warp/term.c
400
getcmd(spbuf);
games/warp/term.c
507
getcmd(spbuf);
games/warp/term.c
695
getcmd(buff);
games/warp/term.h
327
void getcmd(char *);
games/warp/us.c
183
getcmd(&ch[i]);
games/warp/warp.c
369
getcmd(&tmp);
games/warp/warp.c
375
getcmd(&tmp);
sbin/restore/interactive.c
128
getcmd(curdir, cmd, name, sizeof(name), &arglist);
sbin/restore/interactive.c
89
static void getcmd(char *, char *, char *, size_t, struct arglist *);
usr.bin/ftp/cmds.c
1866
c = getcmd(argv[1]);
usr.bin/ftp/complete.c
388
c = getcmd(margv[0]);
usr.bin/ftp/domacro.c
115
c = getcmd(margv[0]);
usr.bin/ftp/extern.h
132
struct cmd *getcmd(const char *);
usr.bin/ftp/main.c
1018
c = getcmd(arg);
usr.bin/ftp/main.c
730
c = getcmd(margv[0]);
usr.bin/telnet/commands.c
168
static Command *getcmd(const char *);
usr.bin/telnet/commands.c
2405
c = getcmd(margv[0]);
usr.bin/telnet/commands.c
2451
c = getcmd(arg);
usr.bin/telnet/commands.c
2525
c = getcmd(margv[0]);
usr.bin/tftp/main.c
119
static const struct cmd *getcmd(const char *);
usr.bin/tftp/main.c
675
c = getcmd(margv[0]);
usr.bin/tftp/main.c
768
c = getcmd(arg);
usr.sbin/lpr/lpc/lpc.c
121
c = getcmd(arg);
usr.sbin/lpr/lpc/lpc.c
304
c = getcmd(arg);
usr.sbin/lpr/lpc/lpc.c
86
static struct cmd *getcmd(const char *);
usr.sbin/timed/timedc/timedc.c
118
c = getcmd(margv[0]);
usr.sbin/timed/timedc/timedc.c
251
c = getcmd(arg);
usr.sbin/timed/timedc/timedc.c
66
static const struct cmd *getcmd(char *);
usr.sbin/timed/timedc/timedc.c
86
c = getcmd(*++argv);