Searched refs:cur_item (Results 1 – 2 of 2) sorted by relevance
47 static int cur_item, nstates; variable 155 cur_item = letter_offsets[ch - 'a']; in spk_handle_help() 158 (MSG_FUNCNAMES_START + cur_item + 1) <= MSG_FUNCNAMES_END) in spk_handle_help() 159 cur_item++; in spk_handle_help() 160 else if (ch == 3 && cur_item > 0) in spk_handle_help() 161 cur_item--; in spk_handle_help() 194 name = spk_msg_get(MSG_FUNCNAMES_START + cur_item); in spk_handle_help() 195 func = funcvals[cur_item]; in spk_handle_help()
3377 uint8_t cur_item; member