Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/accessibility/speakup/
Di18n.h79 MSG_CTL_START, enumerator
80 MSG_CTL_SHIFT = MSG_CTL_START,
Di18n.c365 .start = MSG_CTL_START,
Dmain.c1158 static const int NUM_CTL_LABELS = (MSG_CTL_END - MSG_CTL_START + 1);
1191 synth_printf("%s", spk_msg_get(MSG_CTL_START + value)); in do_handle_shift()