Home
last modified time | relevance | path

Searched refs:cur_item (Results 1 – 1 of 1) sorted by relevance

/drivers/accessibility/speakup/
Dkeyhelp.c47 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()