![]() |
FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Include dependency graph for format_table.c:Go to the source code of this file.
Functions | |
| u8 * | format_text_cell (table_t *t, u8 *s, table_cell_t *c, table_text_attr_t *def, int size) |
| u8 * | format_table (u8 *s, va_list *args) |
| void | table_format_title (table_t *t, char *fmt,...) |
| static table_cell_t * | table_get_cell (table_t *t, int c, int r) |
| void | table_format_cell (table_t *t, int c, int r, char *fmt,...) |
| void | table_set_cell_align (table_t *t, int c, int r, table_text_attr_align_t a) |
| void | table_set_cell_fg_color (table_t *t, int c, int r, table_text_attr_color_t v) |
| void | table_set_cell_bg_color (table_t *t, int c, int r, table_text_attr_color_t v) |
| void | table_free (table_t *t) |
| void | table_add_header_col (table_t *t, int n_strings,...) |
| void | table_add_header_row (table_t *t, int n_strings,...) |
Variables | |
| static table_text_attr_t | default_title |
| static table_text_attr_t | default_body |
| static table_text_attr_t | default_header_col |
| static table_text_attr_t | default_header_row |
| u8* format_text_cell | ( | table_t * | t, |
| u8 * | s, | ||
| table_cell_t * | c, | ||
| table_text_attr_t * | def, | ||
| int | size | ||
| ) |
| void table_add_header_col | ( | table_t * | t, |
| int | n_strings, | ||
| ... | |||
| ) |
Definition at line 247 of file format_table.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void table_add_header_row | ( | table_t * | t, |
| int | n_strings, | ||
| ... | |||
| ) |
Definition at line 269 of file format_table.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void table_format_cell | ( | table_t * | t, |
| int | c, | ||
| int | r, | ||
| char * | fmt, | ||
| ... | |||
| ) |
Definition at line 192 of file format_table.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void table_format_title | ( | table_t * | t, |
| char * | fmt, | ||
| ... | |||
| ) |
Definition at line 169 of file format_table.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void table_free | ( | table_t * | t | ) |
Definition at line 232 of file format_table.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
| void table_set_cell_align | ( | table_t * | t, |
| int | c, | ||
| int | r, | ||
| table_text_attr_align_t | a | ||
| ) |
Definition at line 209 of file format_table.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void table_set_cell_bg_color | ( | table_t * | t, |
| int | c, | ||
| int | r, | ||
| table_text_attr_color_t | v | ||
| ) |
| void table_set_cell_fg_color | ( | table_t * | t, |
| int | c, | ||
| int | r, | ||
| table_text_attr_color_t | v | ||
| ) |
Definition at line 216 of file format_table.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 33 of file format_table.c.
|
static |
Definition at line 37 of file format_table.c.
|
static |
Definition at line 43 of file format_table.c.
|
static |
Definition at line 27 of file format_table.c.