Lines Matching refs:next
26 struct action_list_seed *next;
104 *y = x->next; //remove from the list
105 while(*y) y = &(*y)->next; //traverse through list till end
106 x->next = NULL;
109 y = &(x)->next;
195 *y = (*y)->next;
199 y = &(*y)->next;
290 for (x = action_list_pointer; x; x = x->next) {
313 for (; x; x = x->next) {
384 for (x = action_list_pointer; x; x = x->next) {