Home
last modified time | relevance | path

Searched refs:MSG_CTL_START (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/staging/speakup/
Di18n.h72 MSG_CTL_START, enumerator
73 MSG_CTL_SHIFT = MSG_CTL_START,
Di18n.c356 .start = MSG_CTL_START,
Dmain.c1121 static const int NUM_CTL_LABELS = (MSG_CTL_END - MSG_CTL_START + 1);
1153 synth_printf("%s", spk_msg_get(MSG_CTL_START + value)); in do_handle_shift()