Searched refs:cmdInfo (Results 1 – 2 of 2) sorted by relevance
151 CommandInfo[] cmdInfo = xCmdInfo.getCommands(); in _execute() local152 for (int i = 0; i < cmdInfo.length; i++) { in _execute()153 …log.println("\t##### " + cmdInfo[i].Name + " - " + cmdInfo[i].Handle + " - " + cmdInfo[i].ArgType.… in _execute()154 if (cmdInfo[i].Name.equals(commandName)) { in _execute()
137 CommandInfo[] cmdInfo = xCmdInfo.getCommands(); in _execute() local141 for (int i = 0; i < cmdInfo.length; i++) { in _execute()142 if (cmdInfo[i].Name.equals(commandName)) { in _execute()
Completed in 8 milliseconds