Searched refs:col_t (Results 1 – 2 of 2) sorted by relevance
70 } col_t; typedef72 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()[all …]
75 typedef enum { COL_DV = 0, COL_NM, COL_VAL, COL_SEL} col_t; typedef