Searched refs:cmdIndex (Results 1 – 1 of 1) sorted by relevance
147 size_t cmdIndex = code & 0xff; in printReturnCommand() local151 } else if (cmdIndex >= N) { in printReturnCommand()155 out << kReturnStrings[cmdIndex]; in printReturnCommand()208 size_t cmdIndex = code & 0xff; in printCommand() local210 if (cmdIndex >= N) { in printCommand()214 out << kCommandStrings[cmdIndex]; in printCommand()