Lines Matching defs:index
122 unsigned long index = 0;
161 index = simple_strtoul(cp, &temp, 10);
162 if (index > 255) {
194 if (spk_characters[index] != spk_default_chars[index])
195 kfree(spk_characters[index]);
196 spk_characters[index] = desc;
205 if (charclass != spk_chartab[index]) {
206 spk_chartab[index] = charclass;
715 int index = 0;
718 for (cursor = first; cursor <= last; cursor++, index++) {
722 index, spk_msg_get(cursor));
761 unsigned long index = 0;
798 index = simple_strtoul(cp, &temp, 10);
804 curmessage = firstmessage + index;
808 * redundant. Suppose that the user gave us an index
810 * firstmessage + index < firstmessage!