Lines Matching refs:next
40 struct _var *next, *prev;
45 struct _job *next, *prev;
52 struct _cronfile *next, *prev;
338 jlist = jlist->next;
341 jstart = jstart->next;
352 lstart = lstart->next;
357 list = list->next;
441 if ((v=v->next) == vstart) break;
531 if ((job = job->next) == jstart) break;
533 if ((cfile = cfile->next) == gclist) break;
579 if ((job = job->next) == jstart) break;
581 if ((cfile = cfile->next) == gclist) break;
620 if ((job = job->next) == jstart) break;
623 if ((cfile = cfile->next) == gclist) break;