Searched refs:F_DIR (Results 1 – 8 of 8) sorted by relevance
216 if (c1->type != F_DIR && c2->type == F_DIR) { in walk_in_the_forest()219 } else if (c1->type == F_DIR && c2->type != F_DIR) { in walk_in_the_forest()233 if (c1 == NULL && c2->type == F_DIR) { in walk_in_the_forest()238 } else if (c2 == NULL && c1->type == F_DIR) { in walk_in_the_forest()245 } else if (c1->type == F_DIR && c2->type == F_DIR) { in walk_in_the_forest()
135 ep->type == F_DIR && in vwalk()189 if (p->type != F_DIR && (dflag || p->flags & F_VISIT)) in miss()208 case F_DIR: in miss()263 case F_DIR: in miss()277 if (p->type == F_DIR) { in miss()
160 if (last->type != F_DIR || last->flags & F_DONE) { in spec()195 if (cur == NULL || cur->type != F_DIR) { in spec()226 centry->type = F_DIR; in spec()231 if (centry->type != F_DIR) in spec()234 F_DIR, centry->type); in spec()248 } else if (last->type == F_DIR && !(last->flags & F_DONE)) { in spec()329 if (cur->type != F_DIR && !matchtags(cur)) in dump_nodes()849 if ((a->type & F_DIR) != 0) { in nodecmp()850 if ((b->type & F_DIR) == 0) in nodecmp()852 } else if ((b->type & F_DIR) != 0) { in nodecmp()
100 {"dir", F_DIR, 0},256 case F_DIR: in nodetoino()
99 #define F_DIR 0x004 /* directory */ macro
158 case F_DIR: in compare()303 if (s->flags & F_NLINK && s->type != F_DIR && in compare()
337 assert(root->type == F_DIR); in apply_specfile()358 if (specnode->type != F_DIR) in apply_specdir()470 if (curnode->type == F_DIR) { in apply_specdir()
21577 #define F_DIR V_DIR(1U) macro