Searched refs:RUN_EXEC_CMD (Results 1 – 2 of 2) sorted by relevance
/tools/lib/subcmd/ | ||
D | run-command.h | 57 #define RUN_EXEC_CMD 2 /*If this is to be external sub-command */ macro |
D | run-command.c | 220 cmd->exec_cmd = opt & RUN_EXEC_CMD ? 1 : 0; in prepare_run_command_v_opt() |