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

/freebsd-10.1-release/usr.bin/csup/
H A Dparse.y51 : config_list
55 config_list
57 | config_list config
/freebsd-10.1-release/sbin/devd/
H A Dparse.y59 : config_list
63 config_list
65 | config_list config
/freebsd-10.1-release/usr.sbin/apmd/
H A Dapmdparse.y77 : { first_time = 1; } config_list
80 config_list
82 | config_list config
/freebsd-10.1-release/usr.sbin/faithd/
H A Dprefix.c57 struct config *config_list = NULL; variable in typeref:struct:config
269 config_list = NULL;
286 config_list = sentinel.next;
317 for (conf = config_list; conf; conf = conf->next)
333 if (!config_list) {
340 for (p = config_list; p; p = p->next)

Completed in 112 milliseconds