Searched refs:cur_item (Results 1 – 2 of 2) sorted by relevance
60 static int cur_item, nstates; variable168 cur_item = letter_offsets[ch-'a']; in spk_handle_help()171 && (MSG_FUNCNAMES_START + cur_item + 1) <= in spk_handle_help()173 cur_item++; in spk_handle_help()174 else if (ch == 3 && cur_item > 0) in spk_handle_help()175 cur_item--; in spk_handle_help()209 name = spk_msg_get(MSG_FUNCNAMES_START + cur_item); in spk_handle_help()210 func = funcvals[cur_item]; in spk_handle_help()
1646 uint8_t cur_item; member