Searched refs:lastglob (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/crontabs-51/newsyslog/
H A Dnewsyslog.c1023 struct conf_entry *lastglob, *lastwork, *working; local
1032 lastglob = lastwork = NULL;
1035 lastglob = *glob_p;
1036 while (lastglob->next)
1037 lastglob = lastglob->next;
1381 lastglob->next = working;
1382 lastglob = working;

Completed in 206 milliseconds