Searched refs:spk_killed (Results 1 – 2 of 2) sorted by relevance
292 if (spk_killed) in speakup_shut_up()309 if (val == 2 || spk_killed) { in speech_kill()1169 if (!synth || up_flag || spk_killed) in do_handle_shift()1207 if (!synth || spk_killed) { in do_handle_latin()1802 if (!synth || up_flag || spk_killed) in do_handle_spec()1977 if (!spk_killed) in handle_goto()2078 if (spk_killed && value != SPEECH_KILL) in do_spkup()2154 if (up_flag || spk_killed) in speakup_key()2183 if (up_flag || spk_killed || type == KT_SHIFT) in speakup_key()
88 #define spk_killed (speakup_console[vc->vc_num]->shut_up & 0x40) macro