Lines Matching refs:wanted
33 int wanted;
47 {"wanted", "Wanted", XtRInt, sizeof(int),
48 Offset(wanted), XtRImmediate, (XtPointer) DONT_CARE },
74 {"-watch", "*wanted", XrmoptionSepArg, (XtPointer) "0"},
252 options.wanted |= real|virtual|named|automatic|explicit;
256 if (options.wanted == DONT_CARE)
257 options.wanted = ~0;
284 options.wanted &= real&virtual&named&automatic&explicit;
501 if (options.wanted&bit)
503 /* [[[ WDW - If we wanted to be really fancy, we
561 if ((options.wanted == DONT_CARE) &&
569 options.wanted = 0;
587 if (options.wanted == 0)