maxishell
Implementation of a shell for Linux-like systems
|
#include <tokens.h>
Public Attributes | |
t_token_type | type |
char * | data |
struct s_token * | next |
struct s_token * | prev |
char* s_token::data |
Definition at line 44 of file tokens.h.
Referenced by add_node(), create_pipe_node(), create_redir_node(), free_all_tokens(), list_to_array(), new_token(), print_stack(), and print_tokens().
struct s_token* s_token::next |
Definition at line 45 of file tokens.h.
Referenced by add_node(), append_token(), calc_stack_size(), cmd_arg_len(), create_pipe_node(), free_all_tokens(), free_stack(), list_to_array(), manage_pipe(), manage_redirs(), new_token(), print_stack(), print_tokens(), and set_command_args().
t_token_type s_token::type |
Definition at line 43 of file tokens.h.
Referenced by cmd_arg_len(), create_pipe_node(), create_redir_node(), is_redir_node(), manage_pipe(), and new_token().