Home
last modified time | relevance | path

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

/xnu-10063.101.15/SETUP/config/
H A Dmkmakefile.c343 if ((pf = fl_lookup(this)) && (pf->f_type != INVISIBLE || pf->f_flags)) { in read_files()
482 tp->f_type = INVISIBLE; in read_files()
556 tp->f_type = INVISIBLE; in read_files()
566 if (pf && pf->f_type == INVISIBLE) { in read_files()
613 if (tp->f_type == INVISIBLE) { in do_objs()
664 if (tp->f_type == INVISIBLE) { in do_files()
742 if (ftp->f_type == INVISIBLE) { in do_rules()
H A Dconfig.h78 #define INVISIBLE 3 macro