Home
last modified time | relevance | path

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

/netbsd/usr.bin/config/
H A Dmain.c129 struct hashtab *needcnttab; /* retains names marked "needs-count" */ variable
380 needcnttab = ht_new(); in main()
1514 if (ht_lookup(needcnttab, d->d_name)) { in badstar()
H A Ddefs.h469 extern struct hashtab *needcnttab; /* retains names marked "needs-count" */
H A Dfiles.c521 (void)ht_insert(needcnttab, name, nv); in fixcount()