Searched refs:confinfo (Results 1 – 1 of 1) sorted by relevance
75 struct confinfo { struct76 struct confinfo *cf_next; argument86 static struct confinfo *Confinfo; /* the entries in the config file */ argument87 static struct confinfo *Confinfolast; /* end of list */96 struct confinfo *cp = MALLOC(sizeof (*cp)); in fillconflist()195 struct confinfo *cp; in conf_scan()554 struct confinfo *cp = lut_lookup(Conflut, lhs); in conf_lookup()567 struct confinfo *cp = lut_lookup(Conflut, lhs); in conf_opts()580 struct confinfo *cp = lut_lookup(Conflut, lhs); in conf_replace()602 struct confinfo *cp = lut_lookup(Conflut, entry); in conf_set()[all …]