Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/accessibility/speakup/
Dmain.c546 u_long cnt = 0, tmpx = spk_x, tmp_pos = spk_pos; in get_word() local
559 } else if (tmpx < vc->vc_cols - 2 && in get_word()
563 tmpx++; in get_word()
565 while (tmpx > 0) { in get_word()
572 tmpx--; in get_word()
577 while (tmpx < vc->vc_cols - 1 && cnt < ARRAY_SIZE(buf) - 1) { in get_word()
579 tmpx++; in get_word()