Searched refs:spk_msg_get (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/staging/speakup/ | 
| D | keyhelp.c | 107 			synth_printf(" %s", spk_msg_get(MSG_STATES_START + i));  in say_key()111 			     spk_msg_get(MSG_KEYNAMES_START + (key - 1)));  in say_key()
 122 		char *cur_funcname = spk_msg_get(MSG_FUNCNAMES_START + i);  in help_init()
 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()
 167 		synth_printf("%s\n", spk_msg_get(MSG_HELP_INFO));  in spk_handle_help()
 174 				     spk_msg_get(MSG_KEYNAMES_START + key - 1));  in spk_handle_help()
 179 				name = spk_msg_get(MSG_FUNCNAMES_START + i);  in spk_handle_help()
 190 		synth_printf(spk_msg_get(MSG_KEYDESC), name);  in spk_handle_help()
 194 	name = spk_msg_get(MSG_FUNCNAMES_START + cur_item);  in spk_handle_help()
 [all …]
 
 | 
| D | main.c | 312 		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()
 382 		synth_printf("%s\n", spk_msg_get(MSG_MARK_CLEARED));  in speakup_paste()
 384 		synth_printf("%s\n", spk_msg_get(MSG_PASTE));  in speakup_paste()
 [all …]
 
 | 
| D | i18n.h | 228 char *spk_msg_get(enum msg_index_t index);
 | 
| D | i18n.c | 395 char *spk_msg_get(enum msg_index_t index)  in spk_msg_get()  function
 | 
| D | kobjects.c | 722 				    index, spk_msg_get(cursor));  in message_show_helper()
 |