Home
last modified time | relevance | path

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

/xnu-10002.1.13/SETUP/config/
H A Dmkmakefile.c343 if ((pf = fl_lookup(this)) && (pf->f_type != INVISIBLE || pf->f_flags)) { in read_files()
470 tp->f_type = INVISIBLE; in read_files()
531 tp->f_type = INVISIBLE; in read_files()
541 if (pf && pf->f_type == INVISIBLE) { in read_files()
588 if (tp->f_type == INVISIBLE) { in do_objs()
639 if (tp->f_type == INVISIBLE) { in do_files()
717 if (ftp->f_type == INVISIBLE) { in do_rules()
H A Dconfig.h78 #define INVISIBLE 3 macro