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 "top.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) |
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 523 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 506 of file cli-out.c.
Referenced by cli_display_match_list().
|
static |
Definition at line 464 of file cli-out.c.
Referenced by cli_display_match_list().
|
static |
Definition at line 498 of file cli-out.c.
References _rl_erase_entire_line().
Referenced by cli_display_match_list().
|
static |
Definition at line 488 of file cli-out.c.
Referenced by cli_display_match_list().
|
static |
Definition at line 472 of file cli-out.c.
References ui_file::putc().
Referenced by cli_display_match_list().
|
static |
Definition at line 480 of file cli-out.c.
Referenced by cli_display_match_list().
|
static |
Definition at line 514 of file cli-out.c.
Referenced by cli_display_match_list().