GDB (xrefs)
Public Attributes | List of all members
ui_out_hdr Struct Reference

Public Attributes

int colno
 
int width
 
int alignment
 
char * col_name
 
char * colhdr
 
struct ui_out_hdrnext
 

Detailed Description

Definition at line 30 of file ui-out.c.

Member Data Documentation

int ui_out_hdr::alignment

Definition at line 34 of file ui-out.c.

Referenced by append_header_to_list(), and ui_out_query_field().

char* ui_out_hdr::col_name

Definition at line 35 of file ui-out.c.

Referenced by append_header_to_list(), and ui_out_query_field().

char* ui_out_hdr::colhdr

Definition at line 36 of file ui-out.c.

Referenced by append_header_to_list().

int ui_out_hdr::colno

Definition at line 32 of file ui-out.c.

Referenced by append_header_to_list(), and ui_out_query_field().

struct ui_out_hdr* ui_out_hdr::next
int ui_out_hdr::width

Definition at line 33 of file ui-out.c.

Referenced by append_header_to_list(), and ui_out_query_field().


The documentation for this struct was generated from the following file: