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

/opengrok-jel/src/org/opensolaris/opengrok/util/
H A DGetopt.java38 char option; field in class:Getopt.Option
83 Option option = new Option();
84 option.option = chars[jj];
85 options.add(option);
86 // does this option take an argument?
91 option.argument = argv[ii].substring(jj + 1);
97 option.argument = argv[ii];
113 * Get the next option in the options string.
114 * @return the next valid option, o
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/index/
H A DCommandLineOptions.java46 char option; field in class:CommandLineOptions.Option
51 option = opt;
59 sb.append(option);
122 sb.append(o.option);
132 if (o.option == c) {
179 out.println("<optional><option>");
180 out.print(o.option);
186 out.println("</option></optional>");
191 out.print("<varlistentry><term><option>");
192 out.print(o.option);
[all...]

Completed in 76 milliseconds