Searched refs:col_info (Results 1 – 1 of 1) sorted by relevance
72 struct col_info { struct81 struct col_info cols[NUM_COLS]; argument185 struct col_info *col_info = &hdr_info->cols[i]; in print_hdr() local186 const char *name = col_info->col_name; in print_hdr()187 size_t width = col_info->width; in print_hdr()203 struct col_info *col = hdr->cols; in init_hdr_cols()