Home
last modified time | relevance | path

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

/xnu-8020.121.3/SETUP/config/
H A Dmkmakefile.c343 if ((pf = fl_lookup(this)) && (pf->f_type != INVISIBLE || pf->f_flags)) { in read_files()
466 tp->f_type = INVISIBLE; in read_files()
522 tp->f_type = INVISIBLE; in read_files()
532 if (pf && pf->f_type == INVISIBLE) { in read_files()
579 if (tp->f_type == INVISIBLE) { in do_objs()
630 if (tp->f_type == INVISIBLE) { in do_files()
708 if (ftp->f_type == INVISIBLE) { in do_rules()
H A Dconfig.h78 #define INVISIBLE 3 macro