Searched refs:F_OPT (Results 1 – 10 of 10) sorted by relevance
81 #define F_OPT 0x200000 /* existence optional */ macro
69 {"optional", F_OPT, 0},
167 if (p->flags & F_OPT && !(p->flags & F_VISIT)) in miss()
239 case F_OPT: in set()
78 #define F_OPT 0x00000800 /* existence optional */ macro
77 {"optional", F_OPT, 0},
178 if (p->flags & F_OPT && !(p->flags & F_VISIT)) in miss()
404 if (MATCHFLAG(F_OPT)) in dump_nodes()
395 if ((curnode->flags & F_OPT) && in apply_specdir()
199 #define F_OPT 0x00001000 /* existence optional */ macro