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

/freebsd-current/usr.sbin/newsyslog/
H A Dnewsyslog.c278 struct conf_entry **defconf, struct ilist *inclist);
279 static void add_to_queue(const char *fname, struct ilist *inclist);
894 struct ilist inclist; local
899 STAILQ_INIT(&inclist);
916 STAILQ_INSERT_TAIL(&inclist, inc, inc_nextp);
918 STAILQ_FOREACH(inc, &inclist, inc_nextp) {
930 parse_file(f, filelist, globlist, &defconf, &inclist);
1134 struct conf_entry **defconf_p, struct ilist *inclist)
1216 inclist);
1219 add_to_queue(q, inclist);
1133 parse_file(FILE *cf, struct cflist *work_p, struct cflist *glob_p, struct conf_entry **defconf_p, struct ilist *inclist) argument
1820 add_to_queue(const char *fname, struct ilist *inclist) argument
[all...]

Completed in 103 milliseconds