Home
last modified time | relevance | path

Searched refs:synth_printf (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/accessibility/speakup/
H A Dkeyhelp.c107 synth_printf(" %s", spk_msg_get(MSG_STATES_START + i)); in say_key()
110 synth_printf(" %s\n", in say_key()
144 synth_printf("%s\n", spk_msg_get(MSG_LEAVING_HELP)); in spk_handle_help()
151 synth_printf(spk_msg_get(MSG_NO_COMMAND), ch); in spk_handle_help()
152 synth_printf("\n"); in spk_handle_help()
167 synth_printf("%s\n", spk_msg_get(MSG_HELP_INFO)); in spk_handle_help()
173 synth_printf("%s\n", in spk_handle_help()
190 synth_printf(spk_msg_get(MSG_KEYDESC), name); in spk_handle_help()
191 synth_printf("\n"); in spk_handle_help()
196 synth_printf(" in spk_handle_help()
[all...]
H A Dmain.c312 synth_printf("%s\n", spk_msg_get(MSG_IAM_ALIVE)); in speech_kill()
314 synth_printf("%s\n", spk_msg_get(MSG_YOU_KILLED_SPEAKUP)); in speech_kill()
323 synth_printf("%s\n", spk_msg_get(MSG_HEY_THATS_BETTER)); in speakup_off()
326 synth_printf("%s\n", spk_msg_get(MSG_YOU_TURNED_ME_OFF)); in speakup_off()
335 synth_printf("%s\n", spk_msg_get(MSG_UNPARKED)); in speakup_parked()
338 synth_printf("%s\n", spk_msg_get(MSG_PARKED)); in speakup_parked()
352 synth_printf("%s\n", spk_msg_get(MSG_MARK)); in speakup_cut()
358 synth_printf("%s\n", spk_msg_get(MSG_CUT)); in speakup_cut()
381 synth_printf("%s\n", spk_msg_get(MSG_MARK_CLEARED)); in speakup_paste()
383 synth_printf(" in speakup_paste()
[all...]
H A Dspk_priv.h65 void synth_printf(const char *buf, ...);
H A Dvarhandlers.c249 synth_printf("%s", cp); in spk_set_num_var()