Searched refs:cursor_track (Results 1 – 1 of 1) sorted by relevance
105 static int cursor_track = 1, prev_cursor_track = 1; variable841 if (cursor_track != read_all_mode) in say_line_from_to()1076 if (cursor_track == read_all_mode) { in spkup_write()1156 if (cursor_track == read_all_mode) { in do_handle_shift()1166 cursor_track = prev_cursor_track; in do_handle_shift()1261 if (cursor_track == read_all_mode) in toggle_cursoring()1262 cursor_track = prev_cursor_track; in toggle_cursoring()1263 if (++cursor_track >= CT_Max) in toggle_cursoring()1264 cursor_track = 0; in toggle_cursoring()1265 synth_printf("%s\n", spk_msg_get(MSG_CURSOR_MSGS_START + cursor_track)); in toggle_cursoring()[all …]