Searched refs:F_OPT (Results 1 – 10 of 10) sorted by relevance
80 #define F_OPT 0x200000 /* existence optional */ macro
67 {"optional", F_OPT, 0},
167 if (p->flags & F_OPT && !(p->flags & F_VISIT)) in miss()
237 case F_OPT: in set()
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()
410 if ((curnode->flags & F_OPT) && in apply_specdir()
185 #define F_OPT 0x00001000 /* existence optional */ macro