HomeSort by: relevance | last modified time | path
    Searched refs:get_command (Results 1 - 18 of 18) sorted by relevancy

  /src/external/bsd/pdisk/dist/
io.h 59 int get_command(const char *prompt, int promptBeforeGet, int *command);
io.c 178 get_command(const char *prompt, int promptBeforeGet, int *command) function
pdisk.c 248 while (get_command("Top level command (? for help): ", first_get, &command)) {
545 while (get_command("Command (? for help): ", first_get, &command)) {
664 get_command("Select a slice for default bzb values: ",0,&slice);
976 while (get_command("Expert command (? for help): ", first_get, &command)) {
  /src/external/gpl3/binutils/dist/gprofng/src/
Command.h 241 static CmdType get_command (char *cmd, int &arg_count, int &param);
MachineModel.cc 199 cmd_type = Command::get_command (cmd, arg_count, cparam);
gp-display-src.cc 366 switch (cmd_type = Command::get_command (argv[i] + 1, arg_count, cparam))
520 switch (cmd_type = Command::get_command (argv[i] + 1, arg_count, cparam))
gp-display-text.cc 121 if (Command::get_command (argv[ind] + 1, arg_count, cparam) == WHOAMI)
314 switch (cmd_type = Command::get_command (argv[i] + 1, arg_count, cparam))
592 switch (cmd_type = Command::get_command (argv[i] + 1, arg_count, cparam))
760 cmd_type = Command::get_command (cmd, arg_count, cparam);
Settings.cc 511 cmd_type = Command::get_command (cmd, arg_count, cparam);
1365 CmdType c = Command::get_command (tabname, arg_cnt, cparam);
Command.cc 245 Command::get_command (char *cmd, int &arg_count, int &cparam) function in class:Command
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Command.h 241 static CmdType get_command (char *cmd, int &arg_count, int &param);
MachineModel.cc 199 cmd_type = Command::get_command (cmd, arg_count, cparam);
gp-display-src.cc 366 switch (cmd_type = Command::get_command (argv[i] + 1, arg_count, cparam))
520 switch (cmd_type = Command::get_command (argv[i] + 1, arg_count, cparam))
gp-display-text.cc 121 if (Command::get_command (argv[ind] + 1, arg_count, cparam) == WHOAMI)
314 switch (cmd_type = Command::get_command (argv[i] + 1, arg_count, cparam))
592 switch (cmd_type = Command::get_command (argv[i] + 1, arg_count, cparam))
760 cmd_type = Command::get_command (cmd, arg_count, cparam);
Settings.cc 511 cmd_type = Command::get_command (cmd, arg_count, cparam);
1365 CmdType c = Command::get_command (tabname, arg_cnt, cparam);
Command.cc 245 Command::get_command (char *cmd, int &arg_count, int &cparam) function in class:Command
  /src/external/mpl/bind/dist/bin/tests/system/doth/
stress_http_quota.py 127 def get_command(self): member in class:SubDIG
143 self.get_command(), shell=True, stdout=devnull
  /src/bin/ksh/
syn.c 29 static struct op *get_command ARGS((int cf));
90 t = get_command(cf);
93 if ((p = get_command(CONTIN)) == NULL)
209 get_command(cf) function
577 if ((t->left = get_command(CONTIN)) == (struct op *) 0) {
  /src/external/bsd/top/dist/machine/
m_netbsd.c 278 get_command(const struct process_select *sel, struct kinfo_proc2 *pp) function
719 strstr(get_command(sel, pp),
838 strstr(get_command(sel, pp),
943 get_command(hp->sel, pp));
1043 get_command(hp->sel, pp));

Completed in 63 milliseconds