| /openbsd-src/usr.sbin/lpr/lpc/ |
| H A D | lpc.c | 68 static struct cmd *getcmd(char *); 86 c = getcmd(*++argv); in main() 150 c = getcmd(margv[0]); in cmdscanner() 168 getcmd(char *name) in getcmd() function 262 c = getcmd(arg); in help()
|
| /openbsd-src/regress/lib/libedit/read/ |
| H A D | Makefile | 12 REGRESS_TARGETS += run-getcmd 13 run-getcmd: test_getcmd
|
| /openbsd-src/games/canfield/canfield/ |
| H A D | canfield.c | 197 void getcmd(int, int, const char *); 1092 getcmd(moverow, movecol, "Hit return to exit"); in showcards() 1321 getcmd(int row, int col, const char *cp) in getcmd() function 1422 getcmd(moverow, movecol, "Move:"); in movecard() 1424 getcmd(moverow, movecol, "Move:"); in movecard() 1440 getcmd(moverow, movecol, "Inspect game?"); in movecard() 1479 getcmd(moverow, movecol, in movecard() 1596 getcmd(originrow + 3, origincol, "y or n?"); in instruct() 1609 getcmd(originrow + 2, origincol, "y or n?"); in instruct() 1662 getcmd(moverow, movecol, "Hit return to exit"); in finish() [all …]
|
| /openbsd-src/sys/stand/boot/ |
| H A D | cmd.h | 57 int getcmd(void);
|
| H A D | boot.c | 107 } while(!getcmd()); in boot()
|
| H A D | cmd.c | 91 getcmd(void) in getcmd() function
|
| /openbsd-src/usr.bin/tftp/ |
| H A D | main.c | 87 struct cmd *getcmd(char *); 594 c = getcmd(margv[0]); in command() 608 getcmd(char *name) in getcmd() function 694 c = getcmd(arg); in help()
|
| /openbsd-src/sys/arch/octeon/stand/rdboot/ |
| H A D | cmd.h | 59 int getcmd(void);
|
| H A D | rdboot.c | 103 } while (!getcmd()); in main()
|
| H A D | cmd.c | 85 getcmd(void) in getcmd() function
|
| /openbsd-src/sys/arch/powerpc64/stand/rdboot/ |
| H A D | cmd.h | 59 int getcmd(void);
|
| H A D | rdboot.c | 101 } while (!getcmd()); in main()
|
| H A D | cmd.c | 85 getcmd(void) in getcmd() function
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/nlm/ |
| H A D | gdbserve.def | 33 getcmd
|
| H A D | gdbserve.c | 983 cmdlin = getcmd ((char *) NULL); in main()
|
| /openbsd-src/usr.bin/ftp/ |
| H A D | extern.h | 81 struct cmd *getcmd(const char *);
|
| H A D | domacro.c | 112 c = getcmd(margv[0]); in domacro()
|
| H A D | main.c | 789 c = getcmd(margv[0]); in cmdscanner() 821 getcmd(const char *name) in getcmd() function 1050 c = getcmd(arg); in help()
|
| H A D | complete.c | 317 c = getcmd(margv[0]); in complete()
|
| H A D | cmds.c | 1323 c = getcmd(argv[1]); in doproxy()
|
| /openbsd-src/sbin/restore/ |
| H A D | interactive.c | 82 static void getcmd(char *, char *, size_t, char *, size_t, struct arglist *); 121 getcmd(curdir, cmd, sizeof cmd, name, sizeof name, &arglist); in runcmdshell() 300 getcmd(char *curdir, char *cmd, size_t cmdlen, char *name, size_t namelen, in getcmd() function
|
| /openbsd-src/usr.bin/telnet/ |
| H A D | commands.c | 1655 static Command *getcmd(char *name); in ayt_status() 1717 c = getcmd(margv[0]); in cmdrc() 1982 getcmd(char *name) 2034 c = getcmd(margv[0]); in command() 2079 c = getcmd(arg); in help() 1984 getcmd(char *name) getcmd() function
|