Searched refs:execute_command (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dexecute_cmd.h30 extern int execute_command __P((COMMAND *));
H A Deval.c147 execute_command (current_command);
H A Dexecute_cmd.c340 execute_command (command) function
548 control and call execute_command () on the command again. */
867 command_error ("execute_command", CMDERR_BADTYPE, command->type, 0);
1565 execute_command (command->value.Connection->first);
1598 exec_result = execute_command (command->value.Connection->first);
1608 exec_result = execute_command (command->value.Connection->second);
1725 retval = execute_command (for_command->action);
1882 body_status = execute_command (arith_for_command->action);
2190 retval = execute_command (select_command->action);
2308 retval = execute_command (clause
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/sec/SecurityTool/
H A DSecurityTool.c238 execute_command(int argc, char * const *argv) function
356 result = execute_command(argc, argv);
381 result = execute_command(ac, av);
/macosx-10.10.1/security_systemkeychain-55202/src/
H A Dtokenadmin.m160 execute_command(int argc, char * const *argv)
296 result = execute_command(argc, argv);
/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Dcommand.c94 just make a simple_command structure and call execute_command with it. */
129 result = execute_command (command);
H A Djobs.c161 result = execute_command (command);
/macosx-10.10.1/Security-57031.1.35/SecurityTool/
H A Dsecurity.c768 execute_command(int argc, char * const *argv) function
918 result = execute_command(argc, argv);
943 result = execute_command(ac, av);
/macosx-10.10.1/apr-32/apr/apr/build/
H A Daplibtool.c79 int execute_command(cmd_data_t *cmd_data);
97 rc = execute_command(&cmd_data);
476 int execute_command(cmd_data_t *cmd_data) function
/macosx-10.10.1/groff-38/groff/src/preproc/refer/
H A Dcommand.cpp757 static void execute_command(const char *name, int argc, argument *argv) function
790 execute_command(command.contents(), argc, argv);
/macosx-10.10.1/nano-12/src/
H A Dproto.h641 bool execute_command(const char *command);
H A Dfiles.c829 execute_command(answer);
H A Dtext.c36 /* The PID of the forked process in execute_command(), for use
422 * execute_command(). */
430 bool execute_command(const char *command) function

Completed in 465 milliseconds