Lines Matching defs:col_next
66 struct col *col_next;
79 for (col = col_head; col != NULL; col = col->col_next)
97 new_col->col_next = col_head;
110 col->col_prev->col_next = col->col_next;
111 if (col->col_next != NULL)
112 col->col_next->col_prev = col->col_prev;
114 col_head = col->col_next;
150 col_t *col, *col_next;
183 for (col = col_head; col != NULL; col = col->col_next) {
245 col_next = col->col_next;
248 col = col_next;
270 col = col->col_next;
288 col = col->col_next;
325 for (col = col_head; col != NULL; col = col->col_next) {