Searched refs:cmdIndex (Results 1 – 1 of 1) sorted by relevance
156 size_t cmdIndex = code & 0xff; in printReturnCommand() local160 } else if (cmdIndex >= N) { in printReturnCommand()164 out << "\t" << kReturnStrings[cmdIndex]; in printReturnCommand()220 size_t cmdIndex = code & 0xff; in printCommand() local222 if (cmdIndex >= N) { in printCommand()226 out << kCommandStrings[cmdIndex]; in printCommand()