MSG_LAST_INDEX 13 drivers/staging/speakup/i18n.c static char *speakup_msgs[MSG_LAST_INDEX]; MSG_LAST_INDEX 14 drivers/staging/speakup/i18n.c static char *speakup_default_msgs[MSG_LAST_INDEX] = { MSG_LAST_INDEX 548 drivers/staging/speakup/i18n.c if ((index < MSG_FIRST_INDEX) || (index >= MSG_LAST_INDEX)) MSG_LAST_INDEX 618 drivers/staging/speakup/i18n.c for (index = MSG_FIRST_INDEX; index < MSG_LAST_INDEX; index++) {