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