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