Searched refs:get_command (Results 1 – 5 of 5) sorted by relevance
24 def get_command(self, command_id): member in CommandsClient
103 if not c_client.get_command(new_command['id']):
49 static struct op *get_command(int, int);107 t = get_command(cf, sALIAS); in pipeline()110 if ((p = get_command(CONTIN, sALIAS)) == NULL) in pipeline()267 get_command(int cf, int sALIAS) in get_command() function727 if ((t->left = get_command(CONTIN, sALIAS)) == NULL) { in function_body()
766 run_command_with_args(&get_command("PERL_EXECUTABLE", "perl"), &args); in perlasm()791 fn get_command(var: &str, default: &str) -> String {
971 function ParseState:get_command(name) function1016 local command = self:get_command(arg)