Searched refs:run_list (Results 1 – 2 of 2) sorted by relevance
113 _exit(run_list(head)); /* leaks memory */120 run_list(struct pipe *)124 run_list(struct pipe *) - handles "cmd; cmd2 && cmd3", while/for/do loops127 /* callsite: run_list */129 run_list - used if only one cmd and it is of the form "{cmds;}"136 run_list - used if cmdN is "(cmds)" or "{cmds;}"
4585 static int run_list(struct pipe *pi);8354 n = run_list(funcp->body); in exec_function()8394 rc = run_list(funcp->body); in run_function()8756 rcode = run_list(command->group); in pseudo_exec()9296 rcode = run_list(command->group) & 0xff; in run_pipe()9662 static int run_list(struct pipe *pi) in run_list() function10048 rcode = run_list(pi); in run_and_free_list()