Lines Matching defs:list
303 static void free_cronfile(CRONFILE **list)
305 CRONFILE *l = dlist_pop(list);
324 CRONFILE *lstart, *list = gclist;
326 lstart = list;
327 while (list) {
329 JOB *jstart, *jlist = (JOB *)list->job;
331 list->invalid = 1;
348 list->job = (struct double_list *)jlist;
351 if (lstart == list) {
353 free_cronfile(&list);
355 } else free_cronfile(&list);
357 list = list->next;
358 if (lstart == list) break;
360 gclist = list;
363 // Scan cronfiles and prepare the list of cronfiles with their jobs.
398 // If there is no job for a cron, remove the VAR list.