Minishell
Loading...
Searching...
No Matches
fill_command.h File Reference
#include "main.h"
Include dependency graph for fill_command.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int split_commands (data_t *data)
 
int redirect_input (data_t *data, run_command_t *current)
 
int save_exec_path (data_t *data, run_command_t *command)
 
void save_executable (char *path, char *program, run_command_t *command)
 

Function Documentation

◆ redirect_input()

int redirect_input ( data_t * data,
run_command_t * current )
Here is the call graph for this function:

◆ save_exec_path()

int save_exec_path ( data_t * data,
run_command_t * command )
Here is the call graph for this function:

◆ save_executable()

void save_executable ( char * path,
char * program,
run_command_t * command )
Parameters
pathThis is a path where the program executable is saved
programcontains the name of the executable
command
Here is the call graph for this function:

◆ split_commands()

int split_commands ( data_t * data)
Here is the call graph for this function: