maxishell
Implementation of a shell for Linux-like systems
|
#include <tokens.h>
Public Attributes | |
char * | prompt |
char * | input |
char * | trimmed_input |
t_token * | tokens |
t_ast * | tree |
char* s_loop_data::input |
Definition at line 60 of file tokens.h.
Referenced by main_loop().
t_token* s_loop_data::tokens |
Definition at line 62 of file tokens.h.
Referenced by main_loop().
t_ast* s_loop_data::tree |
Definition at line 63 of file tokens.h.
Referenced by loop_cleanup(), main_loop(), and process_command().
char* s_loop_data::trimmed_input |
Definition at line 61 of file tokens.h.
Referenced by check_operators(), free_op_strings(), input_error_checks(), loop_cleanup(), and main_loop().