#include "libft.h"
#include "garbage.h"
#include "env.h"
Go to the source code of this file.
|
struct | s_data |
| General structure that have access to all needed in minishell. More...
|
|
struct | s_command |
| Structure that handles all the command and there contents. More...
|
|
struct | s_token |
| Basic structure of linked list of strings. More...
|
|
struct | s_lexer_state |
| Structure used by lexer to efficiently have access to a bunch of variables. More...
|
|
◆ t_command
◆ t_data
◆ t_element
◆ t_env_vars
◆ t_file
◆ t_garbage
◆ t_lexer_state
◆ t_params
◆ t_tmp
◆ t_token
◆ t_var