Searched refs:get_command (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/sbin/pdisk/
H A Dio.h37 int get_command(const char *, int, int *);
H A Dio.c126 get_command(const char *prompt, int promptBeforeGet, int *command) function
H A Dpdisk.c145 while (get_command("Command (? for help): ", first_get, &command)) {
/openbsd-current/usr.bin/patch/
H A Ded.c50 static int get_command(void);
88 if ((fsm = get_command()) == -1)
159 get_command(void) function
/openbsd-current/bin/ksh/
H A Dsyn.c24 static struct op *get_command(int);
77 t = get_command(cf);
80 if ((p = get_command(CONTIN)) == NULL)
192 get_command(int cf) function
566 if ((t->left = get_command(CONTIN)) == NULL) {

Completed in 79 milliseconds