Searched defs:optopt (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/
H A DCLIPParser.java70 protected int optopt = '?'; field in class:CLIPParser
201 optopt = 0;
231 optopt = currlopt.value;
244 optopt = currlopt.value;
275 * optopt will as usual store the option character. A -1 is returned
343 optopt = 0;
369 optopt = c;
395 optopt = c;
423 return optopt;

Completed in 30 milliseconds