Lines Matching defs:confinfo
75 struct confinfo {
76 struct confinfo *cf_next;
86 static struct confinfo *Confinfo; /* the entries in the config file */
87 static struct confinfo *Confinfolast; /* end of list */
96 struct confinfo *cp = MALLOC(sizeof (*cp));
195 struct confinfo *cp;
562 struct confinfo *cp = lut_lookup(Conflut, lhs);
575 struct confinfo *cp = lut_lookup(Conflut, lhs);
588 struct confinfo *cp = lut_lookup(Conflut, lhs);
610 struct confinfo *cp = lut_lookup(Conflut, entry);
643 struct confinfo *cp;