Searched refs:pathtab (Results 1 – 1 of 1) sorted by relevance
72 static struct hashtab *pathtab; /* full path names */ variable87 pathtab = ht_new(); in initfiles()147 if (ht_insert(pathtab, path, fi)) { in addfile()149 if ((fi = ht_lookup(pathtab, path)) == NULL) in addfile()