Here is a list of all documented functions with links to the documentation:
- e -
- exec_about() : about.c, myshell.h
- exec_alias() : alias.c, myshell.h
- exec_cd() : myshell.h, cd.c
- exec_command() : myshell.h, exec.c
- exec_command_in_backticks() : backticks.c
- exec_echo() : myshell.h, echo.c
- exec_else() : myshell.h, else.c
- exec_else_if() : myshell.h, if.c
- exec_end() : myshell.h, end.c
- exec_endif() : myshell.h, endif.c
- exec_env() : myshell.h, env.c
- exec_exit() : myshell.h, exit.c
- exec_foreach() : myshell.h, foreach.c
- exec_help() : myshell.h, help.c
- exec_history() : myshell.h
- exec_if() : myshell.h, if.c
- exec_left_double_redirection() : myshell.h, left_redirections.c
- exec_left_simple_redirection() : myshell.h, left_redirections.c
- exec_repeat() : myshell.h, repeat.c
- exec_right_redirection() : myshell.h, right_redirections.c
- exec_set() : myshell.h, set.c
- exec_setenv() : myshell.h, setenv.c
- exec_source() : source.c, myshell.h
- exec_unalias() : myshell.h, unalias.c
- exec_unset() : myshell.h, unset.c
- exec_unsetenv() : myshell.h, unsetenv.c
- exec_where() : myshell.h, where.c
- exec_which() : myshell.h, which.c
- execute_bash_file() : myshell.h, source.c
- execute_command() : foreach.c