Lines Matching refs:commands
24 #include "commands.h"
123 /* This file got its commands from .DEFAULT.
271 chop_commands (struct commands *cmds)
277 /* If we don't have any commands,
283 /* Chop CMDS->commands up into lines in CMDS->command_lines.
290 p = cmds->commands;
366 /* Execute the commands to remake FILE. If they are currently executing,
376 the commands are nothing but whitespace. */
378 for (p = file->cmds->commands; *p != '\0'; ++p)
383 /* If there are no commands, assume everything worked. */
396 /* Start the commands running. */
598 /* Print out the commands in CMDS. */
601 print_commands (struct commands *cmds)
605 fputs (_("# commands to execute"), stdout);
613 s = cmds->commands;