Searched refs:cmdIndex (Results 1 – 1 of 1) sorted by relevance
149 size_t cmdIndex = code & 0xff; in printReturnCommand() local153 } else if (cmdIndex >= N) { in printReturnCommand()157 out << kReturnStrings[cmdIndex]; in printReturnCommand()210 size_t cmdIndex = code & 0xff; in printCommand() local212 if (cmdIndex >= N) { in printCommand()216 out << kCommandStrings[cmdIndex]; in printCommand()