Lines Matching refs:col_t
70 } col_t; typedef
72 static col_t *col_head;
75 static col_t *
78 col_t *col; in col_find()
86 static col_t *
89 col_t *new_col; in col_insert()
91 new_col = malloc(sizeof (col_t)); in col_insert()
96 (void) memset(new_col, 0, sizeof (col_t)); in col_insert()
107 col_remove(col_t *col) in col_remove()
150 col_t *col, *col_next; in read_stats()
261 col_t *col; in print_unformatted_stats()
301 col_t *col; in print_stats()