GDB (xrefs)
|
#include "completer.h"
Public Attributes | |
int | height |
int | width |
mld_crlf_ftype * | crlf |
mld_putch_ftype * | putch |
mld_puts_ftype * | puts |
mld_flush_ftype * | flush |
mld_erase_entire_line_ftype * | erase_entire_line |
mld_beep_ftype * | beep |
mld_read_key_ftype * | read_key |
Definition at line 39 of file completer.h.
mld_beep_ftype* match_list_displayer::beep |
Definition at line 61 of file completer.h.
Referenced by cli_display_match_list(), gdb_get_y_or_n(), and tui_rl_display_match_list().
mld_crlf_ftype* match_list_displayer::crlf |
Definition at line 45 of file completer.h.
Referenced by cli_display_match_list(), gdb_display_match_list(), gdb_display_match_list_1(), and tui_rl_display_match_list().
mld_erase_entire_line_ftype* match_list_displayer::erase_entire_line |
Definition at line 58 of file completer.h.
Referenced by cli_display_match_list(), gdb_display_match_list_pager(), gdb_get_y_or_n(), and tui_rl_display_match_list().
mld_flush_ftype* match_list_displayer::flush |
Definition at line 54 of file completer.h.
Referenced by cli_display_match_list(), gdb_display_match_list(), gdb_display_match_list_pager(), and tui_rl_display_match_list().
int match_list_displayer::height |
Definition at line 42 of file completer.h.
Referenced by cli_display_match_list(), gdb_display_match_list_1(), and tui_rl_display_match_list().
mld_putch_ftype* match_list_displayer::putch |
Definition at line 48 of file completer.h.
Referenced by cli_display_match_list(), gdb_display_match_list_1(), gdb_fnprint(), gdb_print_filename(), and tui_rl_display_match_list().
mld_puts_ftype* match_list_displayer::puts |
Definition at line 51 of file completer.h.
Referenced by cli_display_match_list(), gdb_display_match_list(), gdb_display_match_list_pager(), and tui_rl_display_match_list().
mld_read_key_ftype* match_list_displayer::read_key |
Definition at line 64 of file completer.h.
Referenced by cli_display_match_list(), gdb_get_y_or_n(), and tui_rl_display_match_list().
int match_list_displayer::width |
Definition at line 42 of file completer.h.
Referenced by cli_display_match_list(), gdb_complete_get_screenwidth(), and tui_rl_display_match_list().