34 extern int shell (
void );
shell_stop_state
Shell stop states.
Stop processing current command line.
void shell_stop(int stop)
Set shell stop state.
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
int shell_stopped(int stop)
Test and consume shell stop state.
Stop processing commands.
int shell(void)
Start command shell.