Searched refs:cmd2 (Results 1 – 2 of 2) sorted by relevance
85 "case word in a) cmd1;; b) cmd2;; esac" as if it was86 "case word; match a; cmd; match b; cmd2; esac"89 "case word in a) cmd1;; b) cmd2; esac" -96 pipe 4 res_word=CASEI followup=SEQ prog[0] 'cmd2'124 run_list(struct pipe *) - handles "cmd; cmd2 && cmd3", while/for/do loops128 run_pipe - runs "cmd1 | cmd2 | cmd3 [&]"
4709 struct command *cmd2; in parse_group() local4711 cmd2 = xzalloc(sizeof(*cmd2)); in parse_group()4712 cmd2->cmd_type = CMD_SUBSHELL; in parse_group()4713 cmd2->group = pipe_list; in parse_group()4716 cmd2->group_as_string = command->group_as_string; in parse_group()4721 pipe_list->cmds = cmd2; in parse_group()