Lines Matching refs:optional
45 * grouping types (require any, require all, optional, or exclude) and
1718 * an optional dependency, what was previously an unsatisfiable situation is now
2863 * Don't include instances that are optional and disabled.
4953 * a state which can satisfy optional dependencies, like disabled or
5478 int optional = (int)arg;
5487 * Keep track if walk has entered an optional dependency group
5490 optional = 1;
5493 * Quit if we are in an optional dependency group and the instance
5496 if (optional && (v->gv_type == GVT_INST) &&
5507 (void *)optional, 0);