Minishell
 
Loading...
Searching...
No Matches
Data Structures
Here are the data structures with brief descriptions:
 Cs_commandStructure that handles all the command and there contents
 Cs_dataGeneral structure that have access to all needed in minishell
 Cs_elementBasic node for an element of a linked list
 Cs_env_vars
 Cs_fileStructure to handle all the data of a file
 Cs_garbageHead of the linked list
 Cs_lexer_stateStructure used by lexer to efficiently have access to a bunch of variables
 Cs_params
 Cs_supp
 Cs_tmpBasic structure to help manipulating heredocs (tmp file)
 Cs_tokenBasic structure of linked list of strings
 Cs_var
 Cs_vars