|
Quash Shell
0.1
A simple yet powerfull shell program
|
Go to the source code of this file.
Classes | |
| struct | QuashState |
| Holds information about the state and environment Quash is running in. More... | |
Typedefs | |
| typedef struct QuashState | QuashState |
| Holds information about the state and environment Quash is running in. | |
Functions | |
| QuashState | initial_state () |
| Create the initial QuashState structure. More... | |
| char * | get_command_string () |
| Get a deep copy of the current command string. More... | |
| bool | is_running () |
| Query if quash should accept more input or not. More... | |
| void | end_main_loop () |
| Causes the execution loop to end. | |
Quash essential functions and structures.
| char* get_command_string | ( | ) |
Get a deep copy of the current command string.
| QuashState initial_state | ( | ) |
Create the initial QuashState structure.
| bool is_running | ( | ) |
Query if quash should accept more input or not.
1.8.13