Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/config/
H A Dfiles.c297 struct files *fi, *ofi; in fixfiles() local
346 if ((ofi = ht_lookup(basetab, fi->fi_base)) == NULL) in fixfiles()
352 if (fi->fi_path != ofi->fi_path) { in fixfiles()
356 ofi->fi_flags &= (u_char)~FI_SEL; in fixfiles()
357 ofi->fi_flags |= FI_HIDDEN; in fixfiles()
362 cfgxerror(ofi->fi_where.w_srcfile, ofi->fi_where.w_srcline, in fixfiles()
364 ofi->fi_path); in fixfiles()