Home
last modified time | relevance | path

Searched refs:getcmd (Results 1 – 22 of 22) sorted by relevance

/openbsd-src/usr.sbin/lpr/lpc/
H A Dlpc.c68 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 DMakefile12 REGRESS_TARGETS += run-getcmd
13 run-getcmd: test_getcmd
/openbsd-src/games/canfield/canfield/
H A Dcanfield.c197 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 Dcmd.h57 int getcmd(void);
H A Dboot.c107 } while(!getcmd()); in boot()
H A Dcmd.c91 getcmd(void) in getcmd() function
/openbsd-src/usr.bin/tftp/
H A Dmain.c87 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 Dcmd.h59 int getcmd(void);
H A Drdboot.c103 } while (!getcmd()); in main()
H A Dcmd.c85 getcmd(void) in getcmd() function
/openbsd-src/sys/arch/powerpc64/stand/rdboot/
H A Dcmd.h59 int getcmd(void);
H A Drdboot.c101 } while (!getcmd()); in main()
H A Dcmd.c85 getcmd(void) in getcmd() function
/openbsd-src/gnu/usr.bin/binutils/gdb/nlm/
H A Dgdbserve.def33 getcmd
H A Dgdbserve.c983 cmdlin = getcmd ((char *) NULL); in main()
/openbsd-src/usr.bin/ftp/
H A Dextern.h81 struct cmd *getcmd(const char *);
H A Ddomacro.c112 c = getcmd(margv[0]); in domacro()
H A Dmain.c789 c = getcmd(margv[0]); in cmdscanner()
821 getcmd(const char *name) in getcmd() function
1050 c = getcmd(arg); in help()
H A Dcomplete.c317 c = getcmd(margv[0]); in complete()
H A Dcmds.c1323 c = getcmd(argv[1]); in doproxy()
/openbsd-src/sbin/restore/
H A Dinteractive.c82 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 Dcommands.c1655 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