![]() |
Livl Shell
0.1
Livl Shell is an intermediate reimplementation of the bash shell in C language.
|
File containing all the typedefs used in the shell program. More...


Go to the source code of this file.
Data Structures | |
| struct | BackgroundProcess |
| Struct that represents a background process. More... | |
| struct | Redirection |
| Struct that represents a redirection. More... | |
| struct | Command |
| Struct that represents a command. More... | |
| struct | CommandSequence |
| Struct that represents a command sequence. More... | |
| struct | CommandHistory |
| Struct that represents the command history. More... | |
| struct | Alias |
| Struct that represents an alias. More... | |
Enumerations | |
| enum | OperatorType { AND, OR, REDIRECTION_APPEND_OUTPUT, REDIRECTION_APPEND_INPUT, SEMICOLON, PIPE, BACKGROUND, REDIRECTION_OUTPUT, REDIRECTION_INPUT, UNKNOWN } |
File containing all the typedefs used in the shell program.
| enum OperatorType |
Enum that represents the type of an operator
1.8.17