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()
1520 static int pre_handle_cursor(struct vc_data *vc, u_char value, char up_flag) in pre_handle_cursor() argument
1527 if (!synth || up_flag || spk_shut_up) { in pre_handle_cursor()
1542 static void do_handle_cursor(struct vc_data *vc, u_char value, char up_flag) in do_handle_cursor() argument
1549 if (!synth || up_flag || spk_shut_up || cursor_track == CT_Off) { in do_handle_cursor()
1808 static void do_handle_spec(struct vc_data *vc, u_char value, char up_flag) in do_handle_spec() argument
1814 if (!synth || up_flag || spk_killed) in do_handle_spec()
2109 int up_flag) in speakup_key() argument
2127 if (up_flag) { in speakup_key()
2143 if ((cursor_track == read_all_mode) && (!up_flag)) { in speakup_key()
2165 key_speakup = (up_flag) ? 0 : 16; in speakup_key()
2166 if (up_flag || spk_killed) in speakup_key()
2172 if (up_flag) in speakup_key()
2195 if (up_flag || spk_killed || type == KT_SHIFT) in speakup_key()