Home
last modified time | relevance | path

Searched refs:RUN_EXEC_CMD (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/tools/lib/subcmd/
Drun-command.h62 #define RUN_EXEC_CMD 2 /*If this is to be external sub-command */ macro
Drun-command.c244 cmd->exec_cmd = opt & RUN_EXEC_CMD ? 1 : 0; in prepare_run_command_v_opt()