Searched refs:cmdIndex (Results 1 – 1 of 1) sorted by relevance
161 size_t cmdIndex = code & 0xff; in printReturnCommand() local165 } else if (cmdIndex >= N) { in printReturnCommand()169 out << kReturnStrings[cmdIndex]; in printReturnCommand()222 size_t cmdIndex = code & 0xff; in printCommand() local224 if (cmdIndex >= N) { in printCommand()228 out << kCommandStrings[cmdIndex]; in printCommand()