#include "builtins.h"
#include "garbage.h"
#include "libft.h"
#include "minishell.h"
#include "exec.h"
#include <unistd.h>
#include <wait.h>
Functions | |
int | prepare_command (t_data *data) |
Prepare the command for search_command() | |
void | fill_toks_into_commands (t_data *data, t_command *command) |
void | search_path (t_data *data, t_command *command) |
Search path for the designated command. | |
void | search_paths (t_data *data, t_command *command) |
Search Path for all commands. | |
int | prepare_command_forks (t_data *data) |