Home
last modified time | relevance | path

Searched refs:needcnttab (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.sbin/config/
H A Dmain.c97 struct hashtab *needcnttab; /* retains names marked "needs-count" */ variable
239 needcnttab = ht_new(); in main()
667 if (ht_lookup(needcnttab, d->d_name)) { in badstar()
H A Dconfig.h287 extern struct hashtab *needcnttab; /* retains names marked "needs-count" */
H A Dfiles.c353 (void)ht_insert(needcnttab, name, nv); in fixcount()