Lines Matching refs:next
79 for (i = drawables_list; i; i = i->next) {
151 d->previous->next = d->next;
158 drawables_list = d->next;
161 if (d->next)
162 d->next->previous = d->previous;
297 d->next = NULL;
306 agd->next = drawables_list;
381 dnext = d->next;
433 for (d = drawables_list; d; d = d->next)
448 for (d = drawables_list; d; d = d->next) {
474 for (d = drawables_list; d; d = d->next) {
502 for (d = drawables_list; d; d = d->next) {
533 for (d = drawables_list; d; d = d->next) {