Searched refs:cursor_track (Results 1 – 1 of 1) sorted by relevance
94 static int cursor_track = 1, prev_cursor_track = 1; variable853 if (cursor_track != read_all_mode) in say_line_from_to()1088 if (cursor_track == read_all_mode) { in spkup_write()1172 if (cursor_track == read_all_mode) { in do_handle_shift()1182 cursor_track = prev_cursor_track; in do_handle_shift()1291 if (cursor_track == read_all_mode) in toggle_cursoring()1292 cursor_track = prev_cursor_track; in toggle_cursoring()1293 if (++cursor_track >= CT_Max) in toggle_cursoring()1294 cursor_track = 0; in toggle_cursoring()1295 synth_printf("%s\n", spk_msg_get(MSG_CURSOR_MSGS_START + cursor_track)); in toggle_cursoring()[all …]