Searched refs:TheInputOptionID (Results 1 – 2 of 2) sorted by relevance
90 IgnoreCase(IgnoreCase), TheInputOptionID(0), TheUnknownOptionID(0), in OptTable()99 assert(!TheInputOptionID && "Cannot have multiple input options!"); in OptTable()100 TheInputOptionID = getInfo(i + 1).ID; in OptTable()200 return new Arg(getOption(TheInputOptionID), Str, Index++, Str); in ParseOneArg()245 return new Arg(getOption(TheInputOptionID), Str, Index++, Str); in ParseOneArg()
56 unsigned TheInputOptionID; variable