GDB (xrefs)
|
Go to the source code of this file.
Macros | |
#define | DATA_SUBEXP 1 |
#define | FINAL_SUBEXP 2 |
#define | NUM_SUBEXPRESSIONS 3 |
Functions | |
static bool | read_semi_number (const char *string, regoff_t *idx, long *num) |
static bool | extended_color (const char *str, regoff_t *idx, ui_file_style::color *color) |
bool | skip_ansi_escape (const char *buf, int *n_read) |
void | _initialize_ui_style () |
Variables | |
static const char | ansi_regex_text [] |
static regex_t | ansi_regex |
static const uint8_t | bright_colors [][3] |
#define DATA_SUBEXP 1 |
Referenced by ui_file_style::parse().
#define FINAL_SUBEXP 2 |
Referenced by ui_file_style::parse(), and skip_ansi_escape().
#define NUM_SUBEXPRESSIONS 3 |
Definition at line 44 of file ui-style.c.
void _initialize_ui_style | ( | ) |
Definition at line 409 of file ui-style.c.
Referenced by initialize_all_files().
|
static |
Definition at line 189 of file ui-style.c.
References read_semi_number(), and value.
Referenced by ui_file_style::parse().
|
static |
Definition at line 172 of file ui-style.c.
Referenced by extended_color().
bool skip_ansi_escape | ( | const char * | buf, |
int * | n_read ) |
Definition at line 395 of file ui-style.c.
References ansi_regex, FINAL_SUBEXP, and NUM_SUBEXPRESSIONS.
Referenced by print_source_lines_base(), no_terminal_escape_file::puts(), pager_file::puts(), tui_source_window_base::puts_to_pad_with_skip(), and tui_copy_source_line().
|
static |
Definition at line 48 of file ui-style.c.
Referenced by ui_file_style::parse(), and skip_ansi_escape().
|
static |
Definition at line 26 of file ui-style.c.
|
static |
Definition at line 54 of file ui-style.c.
Referenced by ui_file_style::color::get_rgb().