Lines Matching defs:commands

404         Note - this command is position dependent.  % commands in the
405 spec string before this one will see -S, % commands in the
1247 /* Suffix to attach to directories searched for commands.
1252 /* Suffix to attach to directories searched for commands.
1753 /* Number of commands executed so far. */
1757 /* Number of commands that exited with a signal. */
2693 When using pipes, this includes several piped-together commands
2712 struct command *commands; /* each command buffer with above info. */
2725 /* Count # of piped commands. */
2731 commands = (struct command *) alloca (n_commands * sizeof (struct command));
2739 commands[0].prog = argbuf[0]; /* first command. */
2740 commands[0].argv = argbuf.address ();
2744 string = find_a_file (&exec_prefixes, commands[0].prog, X_OK, false);
2745 commands[0].argv[0] = (string) ? string : commands[0].argv[0];
2756 commands[n_commands].prog = argbuf[i + 1];
2757 commands[n_commands].argv
2759 string = find_a_file (&exec_prefixes, commands[n_commands].prog,
2762 commands[n_commands].argv[0] = string;
2781 for (j = commands[i].argv; *j; j++)
2807 for (j = commands[i].argv; *j; j++)
2853 for (argc = 0; commands[i].argv[argc] != NULL; argc++)
2861 argv[j] = commands[i].argv[j - 2];
2864 commands[i].argv = argv;
2865 commands[i].prog = argv[0];
2881 const char *string = commands[i].argv[0];
2885 | (string == commands[i].prog ? PEX_SEARCH : 0)),
2886 string, CONST_CAST (char **, commands[i].argv),
2899 if (i && string != commands[i].prog)
2948 commands[i].prog);
2959 && (p = strrchr (commands[0].argv[0], DIR_SEPARATOR))
2961 try_generate_repro (commands[0].argv);
2981 commands[i].prog, ut, st);
2990 for (j = &commands[i].prog; *j; j = &commands[i].argv[++c])
3019 if (commands[0].argv[0] != commands[0].prog)
3020 free (CONST_CAST (char *, commands[0].argv[0]));
3237 fputs (_(" -### Like -v but options quoted and commands not executed\n"), stdout);
3805 of the commands and the echoed arguments are quoted. It
4416 /* Process a spec string, accumulating and running commands. */
4548 /* Process the spec SPEC and run the commands specified therein.
4983 and don't execute any more commands for this file. */