C-Shell
A simple shell written in C.
Loading...
Searching...
No Matches
Here is a list of all functions with links to the files they belong to:
- a -
add_jobs_to_store() :
job_store.c
,
job_store.h
add_to_history() :
history.c
,
history.h
- b -
backspace() :
terminal.c
- c -
cd() :
cd.c
,
internal_commands.h
clear_history() :
history.c
,
history.h
- e -
echo() :
echo.c
,
internal_commands.h
execute() :
executor.c
,
executor.h
- f -
find_key_recursively() :
search.c
free_job() :
job_store.c
- g -
get_details() :
ls.c
get_history() :
history.c
,
history.h
get_job() :
job_store.c
,
job_store.h
get_job_list() :
job_store.c
,
job_store.h
- h -
handle_redirection() :
redirection.c
,
redirection.h
handle_sigchld() :
signals.c
,
signals.h
handle_sigtstp() :
signals.c
,
signals.h
history() :
history.c
,
internal_commands.h
- i -
init_shell() :
executor.c
,
executor.h
is_blank() :
parse.c
- l -
launch_job() :
executor.c
,
executor.h
list_jobs() :
job_store.c
,
job_store.h
load_settings() :
main.c
,
main.h
loop() :
main.c
,
main.h
ls() :
ls.c
,
internal_commands.h
- m -
main() :
main.c
- p -
parse_command() :
parse.c
,
parse.h
parse_job() :
parse.c
,
parse.h
parse_line_to_jobs() :
parse.c
,
parse.h
pinfo() :
pinfo.c
,
internal_commands.h
print_dir_entries() :
ls.c
print_history() :
history.c
,
history.h
print_prompt() :
main.c
,
main.h
pwd() :
pwd.c
,
internal_commands.h
- q -
quit_shell() :
exit.c
,
internal_commands.h
quit_shell_with_status() :
exit.c
,
internal_commands.h
- r -
read_history_from_file() :
history.c
,
history.h
read_line() :
terminal.c
,
terminal.h
remove_job_from_store() :
job_store.c
,
job_store.h
- s -
search() :
search.c
,
internal_commands.h
set_term_flag() :
terminal.c
,
terminal.h
show_error() :
redirection.c
- w -
write_history_to_file() :
history.c
,
history.h
Generated by
1.12.0