|
PatchworkOS
|
Data Fields | |
| ansi_t | ansi |
| history_t | history |
| int | status |
| char | buffer [MAX_PATH] |
| uint64_t | pos |
Definition at line 26 of file interactive.c.
| ansi_t interactive_state_t::ansi |
Definition at line 28 of file interactive.c.
Referenced by interactive_handle_input(), and interactive_shell().
| char interactive_state_t::buffer[MAX_PATH] |
Definition at line 31 of file interactive.c.
Referenced by interactive_execute_command(), interactive_handle_ansi(), and interactive_shell().
| history_t interactive_state_t::history |
Definition at line 29 of file interactive.c.
Referenced by interactive_execute_command(), interactive_handle_ansi(), and interactive_shell().
| uint64_t interactive_state_t::pos |
Definition at line 32 of file interactive.c.
Referenced by interactive_execute_command(), interactive_handle_ansi(), and interactive_shell().
| int interactive_state_t::status |
Definition at line 30 of file interactive.c.
Referenced by interactive_execute_command(), and interactive_shell().