Lines Matching refs:matches
374 String[] matches = checks[index + 4].split(",");381 for (int i = 0; i < matches.length; i++) {382 out.println("#if defined(" + matches[i] + ")");383 out.println(iii + " case " + matches[i] + ":");384 out.println("#endif // defined(" + matches[i] + ")");