Searched refs:cmd_names (Results 1 – 4 of 4) sorted by relevance
26 static const char *cmd_names[LP_RAST_OP_MAX] = variable61 assert(ARRAY_SIZE(cmd_names) > cmd); in cmd_name()62 return cmd_names[cmd]; in cmd_name()
319 command.CommandGetHelp('', cmd_names=command_names),328 command.CommandGetHelp('', cmd_names=command_names),
2731 def missing_compiler_executable(cmd_names=[]): argument2744 if cmd_names and name not in cmd_names:2747 if cmd_names:
1143 .. function:: missing_compiler_executable(cmd_names=[])1146 in *cmd_names* or all the compiler executables when *cmd_names* is empty