GDB (xrefs)
|
#include "defs.h"
#include "ui-out.h"
#include "cli-out.h"
#include "completer.h"
#include "readline/readline.h"
#include "cli/cli-style.h"
#include "ui.h"
Go to the source code of this file.
Macros | |
#define | MIN_CHARS_PER_LINE 50 |
#define | MAX_CHARS_PER_LINE 4096 |
Functions | |
static void | cli_mld_crlf (const struct match_list_displayer *displayer) |
static void | cli_mld_putch (const struct match_list_displayer *displayer, int ch) |
static void | cli_mld_puts (const struct match_list_displayer *displayer, const char *s) |
static void | cli_mld_flush (const struct match_list_displayer *displayer) |
EXTERN_C void | _rl_erase_entire_line (void) |
static void | cli_mld_erase_entire_line (const struct match_list_displayer *displayer) |
static void | cli_mld_beep (const struct match_list_displayer *displayer) |
static int | cli_mld_read_key (const struct match_list_displayer *displayer) |
void | cli_display_match_list (char **matches, int len, int max) |
#define MAX_CHARS_PER_LINE 4096 |
Definition at line 276 of file cli-out.c.
Referenced by cli_ui_out::clear_progress_notify(), and cli_ui_out::do_progress_notify().
#define MIN_CHARS_PER_LINE 50 |
Definition at line 275 of file cli-out.c.
Referenced by cli_ui_out::clear_progress_notify(), and cli_ui_out::do_progress_notify().
EXTERN_C void _rl_erase_entire_line | ( | void | ) |
Referenced by cli_mld_erase_entire_line().
void cli_display_match_list | ( | char ** | matches, |
int | len, | ||
int | max ) |
Definition at line 526 of file cli-out.c.
References match_list_displayer::beep, cli_mld_beep(), cli_mld_crlf(), cli_mld_erase_entire_line(), cli_mld_flush(), cli_mld_putch(), cli_mld_puts(), cli_mld_read_key(), match_list_displayer::crlf, match_list_displayer::erase_entire_line, match_list_displayer::flush, gdb_display_match_list(), match_list_displayer::height, match_list_displayer::putch, match_list_displayer::puts, match_list_displayer::read_key, and match_list_displayer::width.
Referenced by init_main().
|
static |
Definition at line 509 of file cli-out.c.
Referenced by cli_display_match_list().
|
static |
Definition at line 467 of file cli-out.c.
Referenced by cli_display_match_list().
|
static |
Definition at line 501 of file cli-out.c.
References _rl_erase_entire_line().
Referenced by cli_display_match_list().
|
static |
Definition at line 491 of file cli-out.c.
Referenced by cli_display_match_list().
|
static |
Definition at line 475 of file cli-out.c.
References ui_file::putc().
Referenced by cli_display_match_list().
|
static |
Definition at line 483 of file cli-out.c.
Referenced by cli_display_match_list().
|
static |
Definition at line 517 of file cli-out.c.
Referenced by cli_display_match_list().