Lines Matching refs:up_flag
1165 static void do_handle_shift(struct vc_data *vc, u_char value, char up_flag) in do_handle_shift() argument
1169 if (!synth || up_flag || spk_killed) in do_handle_shift()
1196 static void do_handle_latin(struct vc_data *vc, u_char value, char up_flag) in do_handle_latin() argument
1201 if (up_flag) { in do_handle_latin()
1512 static int pre_handle_cursor(struct vc_data *vc, u_char value, char up_flag) in pre_handle_cursor() argument
1519 if (!synth || up_flag || spk_shut_up) { in pre_handle_cursor()
1534 static void do_handle_cursor(struct vc_data *vc, u_char value, char up_flag) in do_handle_cursor() argument
1541 if (!synth || up_flag || spk_shut_up || cursor_track == CT_Off) { in do_handle_cursor()
1796 static void do_handle_spec(struct vc_data *vc, u_char value, char up_flag) in do_handle_spec() argument
1802 if (!synth || up_flag || spk_killed) in do_handle_spec()
2097 int up_flag) in speakup_key() argument
2115 if (up_flag) { in speakup_key()
2131 if ((cursor_track == read_all_mode) && (!up_flag)) { in speakup_key()
2153 key_speakup = (up_flag) ? 0 : 16; in speakup_key()
2154 if (up_flag || spk_killed) in speakup_key()
2160 if (up_flag) in speakup_key()
2183 if (up_flag || spk_killed || type == KT_SHIFT) in speakup_key()