Structure that handles all the command and there contents. More...
#include <data_structure.h>
Data Fields | |
struct s_command * | next |
t_token * | tokens |
char ** | toks |
char * | path |
char ** | envp |
t_file * | file_in |
t_file * | file_out |
int | fd [2] |
t_bool | file_error |
t_bool | parse_error |
int | return_value |
Structure that handles all the command and there contents.
char** s_command::envp |
int s_command::fd[2] |
t_bool s_command::file_error |
t_file* s_command::file_in |
t_file* s_command::file_out |
struct s_command* s_command::next |
t_bool s_command::parse_error |
char* s_command::path |
int s_command::return_value |
t_token* s_command::tokens |
char** s_command::toks |