Searched refs:synth_printf (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/drivers/staging/speakup/ |
D | keyhelp.c | 118 synth_printf(" %s", msg_get(MSG_STATES_START + i)); in say_key() 121 synth_printf(" %s\n", msg_get(MSG_KEYNAMES_START + (key - 1))); in say_key() 151 synth_printf("%s\n", msg_get(MSG_LEAVING_HELP)); in handle_help() 158 synth_printf(msg_get(MSG_NO_COMMAND), ch); in handle_help() 159 synth_printf("\n"); in handle_help() 174 synth_printf("%s\n", msg_get(MSG_HELP_INFO)); in handle_help() 180 synth_printf("%s\n", in handle_help() 197 synth_printf(msg_get(MSG_KEYDESC), name); in handle_help() 198 synth_printf("\n"); in handle_help() 203 synth_printf("%s", name); in handle_help() [all …]
|
D | main.c | 317 synth_printf("%s\n", msg_get(MSG_IAM_ALIVE)); in speech_kill() 319 synth_printf("%s\n", msg_get(MSG_YOU_KILLED_SPEAKUP)); in speech_kill() 328 synth_printf("%s\n", msg_get(MSG_HEY_THATS_BETTER)); in speakup_off() 331 synth_printf("%s\n", msg_get(MSG_YOU_TURNED_ME_OFF)); in speakup_off() 340 synth_printf("%s\n", msg_get(MSG_UNPARKED)); in speakup_parked() 343 synth_printf("%s\n", msg_get(MSG_PARKED)); in speakup_parked() 357 synth_printf("%s\n", msg_get(MSG_MARK)); in speakup_cut() 363 synth_printf("%s\n", msg_get(MSG_CUT)); in speakup_cut() 387 synth_printf("%s\n", msg_get(MSG_MARK_CLEARED)); in speakup_paste() 389 synth_printf("%s\n", msg_get(MSG_PASTE)); in speakup_paste() [all …]
|
D | synth.c | 172 synth_printf("%s", synth->init); in spk_synth_is_alive_restart() 207 synth_printf("%s", pitch_buff); in do_flush() 222 void synth_printf(const char *fmt, ...) in synth_printf() function 239 EXPORT_SYMBOL_GPL(synth_printf); 276 synth_printf(synth->indexing.command, out, out); in synth_insert_next_index() 383 synth_printf("%s", synth->init); in do_synth_init() 388 synth_printf("%s found\n", synth->long_name); in do_synth_init()
|
D | spk_priv.h | 70 extern void synth_printf(const char *buf, ...);
|
D | varhandlers.c | 243 synth_printf("%s", cp); in set_num_var()
|
D | kobjects.c | 422 synth_printf("%s", tmp); in synth_direct_store()
|