Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/accessibility/speakup/
Di18n.h73 MSG_CTL_START, enumerator
74 MSG_CTL_SHIFT = MSG_CTL_START,
Di18n.c358 .start = MSG_CTL_START,
Dmain.c1159 static const int NUM_CTL_LABELS = (MSG_CTL_END - MSG_CTL_START + 1);
1192 synth_printf("%s", spk_msg_get(MSG_CTL_START + value)); in do_handle_shift()