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

/freebsd-current/usr.sbin/config/
H A Dmkoptions.cc95 SLIST_FOREACH(ol, &otab, o_next) {
108 SLIST_FOREACH(ol, &otab, o_next) {
118 SLIST_FOREACH(ol, &otab, o_next)
183 SLIST_FOREACH(ol, &otab, o_next)
212 SLIST_FOREACH(ol, &otab, o_next)
291 /* "cannot happen"? the otab list should be complete.. */
294 SLIST_FOREACH(po, &otab, o_next) {
313 SLIST_FOREACH(po, &otab, o_next) {
334 SLIST_INSERT_HEAD(&otab, po, o_next);
342 SLIST_FOREACH(po, &otab, o_nex
[all...]
H A Dconfig.h197 extern SLIST_HEAD(opt_list_head, opt_list) otab;
H A Dmain.cc69 struct opt_list_head otab; variable in typeref:struct:opt_list_head

Completed in 52 milliseconds