int save_exec_path(data_t *data, run_command_t *command)
Definition find_path.c:140
void save_executable(char *path, char *program, run_command_t *command)
Definition find_path.c:22
int redirect_input(data_t *data, run_command_t *current)
Definition redirect_input.c:15
int split_commands(data_t *data)
Definition split_input.c:177
char command[PATH_MAX]
Definition run_command.c:22