Home
last modified time | relevance | path

Searched refs:temphdr (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dui-out.c1026 struct ui_out_hdr *temphdr; in append_header_to_list() local
1028 temphdr = XMALLOC (struct ui_out_hdr); in append_header_to_list()
1029 temphdr->width = width; in append_header_to_list()
1030 temphdr->alignment = alignment; in append_header_to_list()
1033 temphdr->colhdr = xstrdup (colhdr); in append_header_to_list()
1035 temphdr->colhdr = NULL; in append_header_to_list()
1037 temphdr->col_name = xstrdup (colhdr); in append_header_to_list()
1039 temphdr->col_name = xstrdup (colhdr); in append_header_to_list()
1040 temphdr->next = NULL; in append_header_to_list()
1043 temphdr->colno = 1; in append_header_to_list()
[all …]