Searched refs:pathtab (Results 1 – 1 of 1) sorted by relevance
60 static struct hashtab *pathtab; /* full path names */ variable84 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()