Home
last modified time | relevance | path

Searched refs:otab (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/config/
H A Dmkoptions.cc98 SLIST_FOREACH(ol, &otab, o_next) { in options()
111 SLIST_FOREACH(ol, &otab, o_next) { in options()
121 SLIST_FOREACH(ol, &otab, o_next) in options()
186 SLIST_FOREACH(ol, &otab, o_next) in do_option()
215 SLIST_FOREACH(ol, &otab, o_next) in do_option()
297 SLIST_FOREACH(po, &otab, o_next) { in tooption()
316 SLIST_FOREACH(po, &otab, o_next) { in check_duplicate()
337 SLIST_INSERT_HEAD(&otab, po, o_next); in insert_option()
345 SLIST_FOREACH(po, &otab, o_next) { in update_option()
432 SLIST_INIT(&otab); in read_options()
H A Dconfig.h197 extern SLIST_HEAD(opt_list_head, opt_list) otab;
H A Dmain.cc69 struct opt_list_head otab; variable