Searched refs:optfntab (Results 1 – 4 of 4) sorted by relevance
87 struct options_files_name_head optfntab; variable357 STAILQ_INSERT_TAIL(&optfntab, nl, f_next); in newoptionsfile()
263 extern STAILQ_HEAD(options_files_name_head, files_name) optfntab;
440 for (nl = STAILQ_FIRST(&optfntab); nl != NULL; nl = tnl) { in read_options()
134 STAILQ_INIT(&optfntab); in main()