Searched refs:F_OPT (Results 1 – 6 of 6) sorted by relevance
78 #define F_OPT 0x00000800 /* existence optional */ macro
77 {"optional", F_OPT, 0},
180 if (p->flags & F_OPT && !(p->flags & F_VISIT)) in miss()
405 if (MATCHFLAG(F_OPT)) in dump_nodes()
408 if ((curnode->flags & F_OPT) && in apply_specdir()
185 #define F_OPT 0x00001000 /* existence optional */186 #define F_OPT global() macro