Searched refs:cursor_track (Results 1 – 1 of 1) sorted by relevance
105 static int cursor_track = 1, prev_cursor_track = 1; variable844 if (cursor_track != read_all_mode) in say_line_from_to()1079 if (cursor_track == read_all_mode) { in spkup_write()1160 if (cursor_track == read_all_mode) { in do_handle_shift()1170 cursor_track = prev_cursor_track; in do_handle_shift()1265 if (cursor_track == read_all_mode) in toggle_cursoring()1266 cursor_track = prev_cursor_track; in toggle_cursoring()1267 if (++cursor_track >= CT_Max) in toggle_cursoring()1268 cursor_track = 0; in toggle_cursoring()1269 synth_printf("%s\n", spk_msg_get(MSG_CURSOR_MSGS_START + cursor_track)); in toggle_cursoring()[all …]