|
Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
Include dependency graph for microrl.c:Go to the source code of this file.
Variables | |
| char * | prompt_default = _PROMPT_DEFAUTL |
Definition at line 486 of file microrl.c.
References foo.
Referenced by microrl_get_complite().
Here is the caller graph for this function:Definition at line 385 of file microrl.c.
References _ESC_BRACKET, _ESC_END, _ESC_HOME, _HIST_DOWN, _HIST_UP, foo, hist_search(), seq, terminal_move_cursor(), and terminal_reset_cursor().
Referenced by microrl_insert_char().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 70 of file microrl.c.
References _RING_HISTORY_LEN, and foo.
Referenced by hist_save_line().
Here is the caller graph for this function:
|
static |
Definition at line 81 of file microrl.c.
References _RING_HISTORY_LEN, and foo.
Referenced by hist_save_line().
Here is the caller graph for this function:
|
static |
Definition at line 131 of file microrl.c.
References _HIST_UP, _RING_HISTORY_LEN, dir, and foo.
Referenced by hist_search().
Here is the caller graph for this function:
|
static |
Definition at line 97 of file microrl.c.
References _RING_HISTORY_LEN, foo, hist_erase_older(), and hist_is_space_for_new().
Referenced by new_line_handler().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 373 of file microrl.c.
References dir, foo, hist_restore_line(), terminal_print_line(), and terminal_reset_cursor().
Referenced by escape_process(), and microrl_insert_char().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 467 of file microrl.c.
References foo, and terminal_backspace().
Referenced by microrl_insert_char().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 504 of file microrl.c.
References common_len(), foo, microrl_insert_text(), print_prompt(), split(), status, terminal_newline(), terminal_print_line(), and terminal_reset_cursor().
Referenced by microrl_insert_char().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 329 of file microrl.c.
References _COMMAND_LINE_LEN, _RING_HISTORY_LEN, foo, print_prompt(), and prompt_default.
Referenced by shellInit().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 576 of file microrl.c.
References _HIST_DOWN, _HIST_UP, escape_process(), foo, hist_search(), KEY_ACK, KEY_BS, KEY_CR, KEY_DEL, KEY_DLE, KEY_ENQ, KEY_ESC, KEY_ETX, KEY_HT, KEY_LF, KEY_NAK, KEY_SO, KEY_SOH, KEY_STX, KEY_VT, microrl_backspace(), microrl_get_complite(), microrl_insert_text(), new_line_handler(), terminal_move_cursor(), terminal_print_line(), and terminal_reset_cursor().
Referenced by THD_FUNCTION().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 439 of file microrl.c.
References _COMMAND_LINE_LEN, and foo.
Referenced by microrl_get_complite(), and microrl_insert_char().
Here is the caller graph for this function:| void microrl_set_complete_callback | ( | microrl_t * | pThis, |
| const char **(*)(int, const char *const *) | get_completion | ||
| ) |
Definition at line 353 of file microrl.c.
References foo.
Referenced by shellInit().
Here is the caller graph for this function:Definition at line 360 of file microrl.c.
References foo.
Referenced by shellInit().
Here is the caller graph for this function:Definition at line 366 of file microrl.c.
References foo.
Referenced by shellInit().
Here is the caller graph for this function:Definition at line 546 of file microrl.c.
References _COMMAND_LINE_LEN, ENDL, foo, hist_save_line(), print_prompt(), split(), status, and terminal_newline().
Referenced by microrl_insert_char().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 229 of file microrl.c.
References foo.
Referenced by microrl_get_complite(), microrl_init(), and new_line_handler().
Here is the caller graph for this function:Definition at line 204 of file microrl.c.
References _COMMAND_TOKEN_NMB, and foo.
Referenced by handle_raw(), microrl_get_complite(), and new_line_handler().
Here is the caller graph for this function:Definition at line 235 of file microrl.c.
References foo.
Referenced by microrl_backspace().
Here is the caller graph for this function:Definition at line 269 of file microrl.c.
References foo, offset, and u16bit_to_str().
Referenced by escape_process(), microrl_insert_char(), and terminal_print_line().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 241 of file microrl.c.
Referenced by microrl_get_complite(), and new_line_handler().
Here is the caller graph for this function:Definition at line 312 of file microrl.c.
References foo, terminal_move_cursor(), and terminal_reset_cursor().
Referenced by hist_search(), microrl_get_complite(), and microrl_insert_char().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 293 of file microrl.c.
References _COMMAND_LINE_LEN, _PROMPT_LEN, foo, and u16bit_to_str().
Referenced by escape_process(), hist_search(), microrl_get_complite(), microrl_insert_char(), and terminal_print_line().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 250 of file microrl.c.
References foo.
Referenced by terminal_move_cursor(), and terminal_reset_cursor().
Here is the caller graph for this function:| char* prompt_default = _PROMPT_DEFAUTL |
Definition at line 28 of file microrl.c.
Referenced by microrl_init().