Home
last modified time | relevance | path

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

/openbsd/usr.sbin/config/
H A Dmkmakefile.c315 if ((fi->fi_flags & FI_SEL) == 0) in emitobjs()
378 if ((fi->fi_flags & FI_SEL) == 0) in emitfiles()
445 if ((fi->fi_flags & FI_SEL) == 0) in emitrules()
H A Dfiles.c283 ofi->fi_flags &= ~FI_SEL; in fixfiles()
295 fi->fi_flags |= FI_SEL; in fixfiles()
H A Dconfig.h254 #define FI_SEL 0x01 /* selected */ macro