Home
last modified time | relevance | path

Searched refs:spk_killed (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/speakup/
Dmain.c297 if (spk_killed) in speakup_shut_up()
314 if (val == 2 || spk_killed) { in speech_kill()
1160 if (synth == NULL || up_flag || spk_killed) in do_handle_shift()
1198 if (synth == NULL || spk_killed) { in do_handle_latin()
1769 if (synth == NULL || up_flag || spk_killed) in do_handle_spec()
1940 if (!spk_killed) in handle_goto()
2040 if (spk_killed && value != SPEECH_KILL) in do_spkup()
2115 if (up_flag || spk_killed) in speakup_key()
2144 if (up_flag || spk_killed || type == KT_SHIFT) in speakup_key()
Dspk_types.h84 #define spk_killed (speakup_console[vc->vc_num]->shut_up & 0x40) macro