maxishell
Implementation of a shell for Linux-like systems
|
#include "tokens.h"
Go to the source code of this file.
Functions | |
char * | exit_status_adj (char *arg) |
int | is_in_single_quotes (char *arg) |
char * | str_start_adj (char *arg) |
char * | tmp_adj (char *arg) |
char * | append_literal (char **start, char *processed_arg) |
char * append_literal | ( | char ** | start, |
char * | processed_arg | ||
) |
Definition at line 74 of file loc_env_var_handler_utils_utils_utils.c.
References ft_strjoin(), and ft_substr().
Referenced by process_argument().
char * exit_status_adj | ( | char * | arg | ) |
Definition at line 21 of file loc_env_var_handler_utils_utils_utils.c.
References ft_strcmp().
Referenced by expand_env_and_loc_var().
int is_in_single_quotes | ( | char * | arg | ) |
Definition at line 28 of file loc_env_var_handler_utils_utils_utils.c.
Referenced by post_process_command_args().
char * str_start_adj | ( | char * | arg | ) |
Definition at line 42 of file loc_env_var_handler_utils_utils_utils.c.
References ft_strcmp().
Referenced by expand_variable().
char * tmp_adj | ( | char * | arg | ) |
Definition at line 51 of file loc_env_var_handler_utils_utils_utils.c.
References ft_isdigit(), and ft_strdup().
Referenced by append_expanded_var().