|
maxishell
Implementation of a shell for Linux-like systems
|
#include <env.h>

Public Attributes | |
| char * | key |
| char * | value |
| struct s_env * | next |
| char* s_env::key |
Definition at line 18 of file env.h.
Referenced by add_env_node(), add_new_env(), add_shell_var_node(), env_to_array(), free_env(), free_env_list(), free_shell_var_list(), get_env(), get_shell_variable(), print_env(), print_env_stack(), print_t_env(), set_env(), set_shell_var(), and unset_env().
| struct s_env* s_env::next |
Definition at line 20 of file env.h.
Referenced by add_env_node(), add_new_env(), add_shell_var_node(), env_to_array(), free_env(), free_env_list(), free_shell_var_list(), get_env(), get_shell_variable(), print_env(), print_env_stack(), print_t_env(), set_env(), set_shell_var(), and unset_env().
| char* s_env::value |
Definition at line 19 of file env.h.
Referenced by add_env_node(), add_new_env(), add_shell_var_node(), env_to_array(), free_env(), free_env_list(), free_shell_var_list(), get_env(), get_shell_variable(), print_env(), print_env_stack(), print_t_env(), set_env(), set_shell_var(), and unset_env().