Searched refs:cmds (Results 1 – 8 of 8) sorted by relevance
86 static const char cmds[] ALIGN1 = { variable124 p = xfind_str(cmds + 2, argv[0]); in vconfig_main()
1377 int (*cmds)(struct interface_defn_t *); in ifupdown_main() local1392 cmds = iface_up; in ifupdown_main()1394 cmds = iface_down; in ifupdown_main()1440 if (cmds == iface_up) { in ifupdown_main()1457 if ((cmds == iface_up) && !NO_MAPPINGS) { in ifupdown_main()1487 cmds_ret = cmds(currif); in ifupdown_main()1514 if (cmds == iface_up && !curr_failure) { in ifupdown_main()
108 generate_stream_from_list(struct pipe *head) - handles `cmds`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;}"
711 struct command *cmds; /* array of commands in pipe */ member3581 command = &pi->cmds[i]; in free_pipe()3629 free(pi->cmds); /* children are an array, they get freed all at once */ in free_pipe()3716 struct command *command = &pi->cmds[prn]; in debug_print_tree()3795 pi->cmds = xrealloc(pi->cmds, sizeof(*pi->cmds) * (pi->num_cmds+1)); in done_command()3796 ctx->command = command = &pi->cmds[pi->num_cmds]; in done_command()3839 pi->cmds = xzalloc(sizeof(pi->cmds[0])); in done_pipe()3840 command = &pi->cmds[0]; in done_pipe()4541 struct command *cmd = pi->cmds; in fetch_heredocs()4721 pipe_list->cmds = cmd2; in parse_group()[all …]
9 does not show prompt, but still executes cmds from fd# 0 */
25 # | more cmds
4957 char *cmds = NULL; local4960 cmds = xstrdup(exinit);4973 cmds = xmalloc_open_read_close(exrc, NULL);4982 if (cmds) {4984 run_cmds(cmds);4985 free(cmds);