OpenOCD
|
Data Fields | |
bool | closed |
size_t | current_history |
char * | history [TELNET_LINE_HISTORY_SIZE] |
char | last_escape |
char | line [TELNET_LINE_MAX_SIZE] |
size_t | line_cursor |
size_t | line_size |
size_t | next_history |
char * | prompt |
bool | prompt_visible |
enum telnet_states | state |
Definition at line 36 of file telnet_server.h.
bool telnet_connection::closed |
Definition at line 47 of file telnet_server.h.
Referenced by jsp_new_connection(), and telnet_write().
size_t telnet_connection::current_history |
Definition at line 46 of file telnet_server.h.
Referenced by telnet_history_add(), telnet_history_down(), telnet_history_go(), telnet_history_up(), telnet_load_history(), and telnet_save_history().
char* telnet_connection::history[TELNET_LINE_HISTORY_SIZE] |
Definition at line 44 of file telnet_server.h.
Referenced by telnet_connection_closed(), telnet_history_add(), telnet_history_go(), telnet_history_print(), telnet_load_history(), and telnet_save_history().
char telnet_connection::last_escape |
Definition at line 43 of file telnet_server.h.
Referenced by telnet_input().
char telnet_connection::line[TELNET_LINE_MAX_SIZE] |
Definition at line 40 of file telnet_server.h.
Referenced by telnet_auto_complete(), telnet_clear_line(), telnet_cut_line_to_end(), telnet_delete_character(), telnet_exec_line(), telnet_history_add(), telnet_history_go(), telnet_history_print(), telnet_input(), telnet_insert(), telnet_log_callback(), telnet_move_cursor(), telnet_outputline(), and telnet_remove_character().
size_t telnet_connection::line_cursor |
Definition at line 42 of file telnet_server.h.
Referenced by jsp_new_connection(), telnet_auto_complete(), telnet_clear_line(), telnet_cut_line_to_end(), telnet_delete_character(), telnet_exec_line(), telnet_history_go(), telnet_history_print(), telnet_input(), telnet_insert(), telnet_interrupt(), telnet_log_callback(), telnet_move_cursor(), and telnet_remove_character().
size_t telnet_connection::line_size |
Definition at line 41 of file telnet_server.h.
Referenced by jsp_new_connection(), telnet_auto_complete(), telnet_can_insert(), telnet_clear_line(), telnet_cut_line_to_end(), telnet_delete_character(), telnet_exec_line(), telnet_history_go(), telnet_history_print(), telnet_input(), telnet_insert(), telnet_interrupt(), telnet_log_callback(), telnet_move_cursor(), and telnet_remove_character().
size_t telnet_connection::next_history |
Definition at line 45 of file telnet_server.h.
Referenced by telnet_history_add(), telnet_history_down(), telnet_history_print(), and telnet_load_history().
char* telnet_connection::prompt |
Definition at line 37 of file telnet_server.h.
Referenced by telnet_connection_closed(), telnet_log_callback(), telnet_new_connection(), and telnet_prompt().
bool telnet_connection::prompt_visible |
Definition at line 38 of file telnet_server.h.
Referenced by telnet_exec_line(), telnet_log_callback(), and telnet_new_connection().
enum telnet_states telnet_connection::state |
Definition at line 38 of file telnet_server.h.
Referenced by jsp_input(), jsp_new_connection(), telnet_history_go(), telnet_input(), and telnet_new_connection().