Searched refs:command_loop (Results 1 – 1 of 1) sorted by relevance
/lk-master/lib/console/ |
A D | console.c | 569 static status_t command_loop(console_t *con, int (*get_line)(const char **, void *), void *get_line… in command_loop() function 708 while (command_loop(con, &read_debug_line, con, true, false) == NO_ERROR) in console_start() 757 command_loop(con, &fetch_next_line, (void *)&lineread, false, locked); in console_run_script_etc()
|
Completed in 4 milliseconds