Go to the source code of this file.
|
int | print_env (data_t *data) |
|
int | print_epifetch (data_t *data, run_command_t *) |
|
void | add_env (data_t *data, char *name, char *value) |
|
int | my_setenv (data_t *data, run_command_t *command) |
|
int | my_unsetenv (data_t *data, run_command_t *command) |
|
int | select_command (data_t *data, run_command_t *command) |
|
int | builtin_cd (data_t *data, run_command_t *command) |
|
int | builtin_env (data_t *data, run_command_t *command) |
|
int | builtin_setenv (data_t *data, run_command_t *command) |
|
int | builtin_unsetenv (data_t *data, run_command_t *command) |
|
◆ built_in_t
◆ add_env()
void add_env |
( |
data_t * | data, |
|
|
char * | name, |
|
|
char * | value ) |
◆ builtin_cd()
◆ builtin_env()
◆ builtin_setenv()
◆ builtin_unsetenv()
◆ my_setenv()
◆ my_unsetenv()
◆ print_env()
int print_env |
( |
data_t * | data | ) |
|
◆ print_epifetch()
◆ select_command()
- Parameters
-
data | Global data structure |
command | item on the linked list that contains the current command |
- Returns
- 84 if there was an error, 0 if everything is ok and 1 if not found
◆ builtins