Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/config/
H A Dfiles.c60 static struct hashtab *pathtab; /* full path names */ variable
84 pathtab = ht_new(); in initfiles()
146 if (ht_insert(pathtab, path, fi)) { in addfile()
148 if ((fi = ht_lookup(pathtab, path)) == NULL) in addfile()
182 if (ht_insert(pathtab, path, oi)) { in addobject()
184 if ((oi = ht_lookup(pathtab, path)) == NULL) in addobject()