Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush_doc.txt85 "case word in a) cmd1;; b) cmd2;; esac" as if it was
86 "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 loops
128 run_pipe - runs "cmd1 | cmd2 | cmd3 [&]"
Dhush.c4709 struct command *cmd2; in parse_group() local
4711 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()