Lines Matching refs:DONT_CARE
45 #define DONT_CARE -1
50 static int wantNamed = DONT_CARE;
51 static int wantExplicit = DONT_CARE;
52 static int wantAutomatic = DONT_CARE;
53 static int wantReal = DONT_CARE;
54 static int wantVirtual = DONT_CARE;
143 if (*which != DONT_CARE) {
230 if ((wanted == 0) && (wantNamed == DONT_CARE) && (wantExplicit == DONT_CARE)
231 && (wantAutomatic == DONT_CARE) && (wantReal == DONT_CARE)) {
307 else if (wantReal == DONT_CARE)
311 else if (wantVirtual == DONT_CARE)
315 else if (wantNamed == DONT_CARE)
319 else if (wantAutomatic == DONT_CARE)
323 else if (wantExplicit == DONT_CARE)