Searched refs:cmdIndex (Results 1 – 1 of 1) sorted by relevance
151 size_t cmdIndex = code & 0xff; in printReturnCommand() local155 } else if (cmdIndex >= N) { in printReturnCommand()159 out << kReturnStrings[cmdIndex]; in printReturnCommand()212 size_t cmdIndex = code & 0xff; in printCommand() local214 if (cmdIndex >= N) { in printCommand()218 out << kCommandStrings[cmdIndex]; in printCommand()