Lines Matching refs:next
70 for (cur = a_this; cur->next; cur = cur->next) ;
72 cur->next = a_sel;
96 a_sel->next = a_this;
113 for (cur = a_this; cur; cur = cur->next) {
256 for (cur_sel = a_this; cur_sel; cur_sel = cur_sel->next) {
273 cur_add_sel; cur_add_sel = cur_add_sel->next) {
301 *#CRSimpleSel. Recursively calls the destructor of #CRSimpleSel->next
318 if (a_this->next) {
319 cr_simple_sel_destroy (a_this->next);
320 a_this->next = NULL;