Searched refs:HELP_QUESTION_MARK (Results 1 – 6 of 6) sorted by relevance
55 HELP_QUESTION_MARK, enumerator95 options[HELP_H].doesOccur || options[HELP_QUESTION_MARK].doesOccur in main()
81 HELP_QUESTION_MARK, enumerator164 if(argc<0 || options[HELP].doesOccur || options[HELP_QUESTION_MARK].doesOccur) { in main()
70 public static UOption HELP_QUESTION_MARK() { return create("help", '?', NO_ARG); } in HELP_QUESTION_MARK() method in UOption
351 UOption.HELP_QUESTION_MARK(), in getOptions()
107 HELP_QUESTION_MARK, enumerator283 if(options[HELP].doesOccur || options[HELP_QUESTION_MARK].doesOccur) { in main()
51 UOption.HELP_QUESTION_MARK(),