Searched refs:colhdr (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dui-out.c40 char *colhdr; member in struct:ui_out_hdr
159 const char *colhdr);
235 const char *colhdr);
265 const char *colhdr);
267 int *alignment, char **colhdr);
342 const char *colhdr)
349 append_header_to_list (uiout, width, alignment, col_name, colhdr);
351 uo_table_header (uiout, width, alignment, col_name, colhdr);
769 const char *colhdr)
878 const char *colhdr)
340 ui_out_table_header(struct ui_out *uiout, int width, enum ui_align alignment, const char *col_name, const char *colhdr) argument
767 default_table_header(struct ui_out *uiout, int width, enum ui_align alignment, const char *col_name, const char *colhdr) argument
876 uo_table_header(struct ui_out *uiout, int width, enum ui_align align, const char *col_name, const char *colhdr) argument
1020 append_header_to_list(struct ui_out *uiout, int width, int alignment, const char *col_name, const char *colhdr) argument
1060 get_next_header(struct ui_out *uiout, int *colno, int *width, int *alignment, char **colhdr) argument
[all...]
H A Dcli-out.c47 const char *colhdr);
152 const char *colhdr)
157 cli_field_string (uiout, 0, width, alignment, 0, colhdr);
150 cli_table_header(struct ui_out *uiout, int width, enum ui_align alignment, const char *col_name, const char *colhdr) argument
H A Dui-out.h93 const char *colhdr);
203 const char *colhdr);
/openbsd-current/gnu/usr.bin/binutils/gdb/tui/
H A Dtui-out.c49 const char *colhdr);
153 const char *colhdr)
158 tui_field_string (uiout, 0, width, alignment, 0, colhdr);
151 tui_table_header(struct ui_out *uiout, int width, enum ui_align alignment, const char *col_name, const char *colhdr) argument
/openbsd-current/gnu/usr.bin/binutils/gdb/mi/
H A Dmi-out.c45 const char *colhdr);
147 const char *colhdr)
156 mi_field_string (uiout, 0, width, alignment, "colhdr", colhdr);
145 mi_table_header(struct ui_out *uiout, int width, enum ui_align alignment, const char *col_name, const char *colhdr) argument

Completed in 68 milliseconds