Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/config/
H A Dfiles.c72 static struct hashtab *pathtab; /* full path names */ variable
87 pathtab = ht_new(); in initfiles()
147 if (ht_insert(pathtab, path, fi)) { in addfile()
149 if ((fi = ht_lookup(pathtab, path)) == NULL) in addfile()