Lines Matching refs:scopelist
1706 struct scopelist struct
1709 struct scopelist *next; argument
1726 free_scopelist (struct scopelist *list) in free_scopelist()
1730 struct scopelist *oldp = list; in free_scopelist()
1774 struct scopelist *scopelist = NULL; in gaiconf_init() local
1929 struct scopelist *newp; in gaiconf_init()
1946 newp->next = scopelist; in gaiconf_init()
1947 scopelist = newp; in gaiconf_init()
2084 struct scopelist *l = scopelist; in gaiconf_init()
2090 free_scopelist (scopelist); in gaiconf_init()
2123 free_scopelist (scopelist); in gaiconf_init()