Searched refs:first_set (Results 1 – 1 of 1) sorted by relevance
105 struct cat_set *first_set; /* the pointer to the first set */ variable197 if (first_set == NULL) {198 current_set = first_set = new_set(no);201 current_set = first_set;207 if (first_set->set_no > no) {210 current_set->next = first_set;211 first_set->prev = current_set;212 first_set = current_set;215 current_set = first_set;239 first_set = current_set;[all …]