Minishell
 
Loading...
Searching...
No Matches
s_command Struct Reference

Structure that handles all the command and there contents. More...

#include <data_structure.h>

Collaboration diagram for s_command:

Data Fields

struct s_commandnext
 
t_tokentokens
 
char ** toks
 
char * path
 
char ** envp
 
t_filefile_in
 
t_filefile_out
 
int fd [2]
 
t_bool file_error
 
t_bool parse_error
 
int return_value
 

Detailed Description

Structure that handles all the command and there contents.

Field Documentation

◆ envp

char** s_command::envp

◆ fd

int s_command::fd[2]

◆ file_error

t_bool s_command::file_error

◆ file_in

t_file* s_command::file_in

◆ file_out

t_file* s_command::file_out

◆ next

struct s_command* s_command::next

◆ parse_error

t_bool s_command::parse_error

◆ path

char* s_command::path

◆ return_value

int s_command::return_value

◆ tokens

t_token* s_command::tokens

◆ toks

char** s_command::toks

The documentation for this struct was generated from the following file: