Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/accessibility/speakup/
H A Dmain.c548 u_long cnt = 0, tmpx = spk_x, tmp_pos = spk_pos; in get_word() local
561 } else if (tmpx < vc->vc_cols - 2 && in get_word()
565 tmpx++; in get_word()
567 while (tmpx > 0) { in get_word()
574 tmpx--; in get_word()
579 while (tmpx < vc->vc_cols - 1) { in get_word()
581 tmpx++; in get_word()
/kernel/linux/linux-6.6/drivers/accessibility/speakup/
H A 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) { in get_word()
579 tmpx++; in get_word()

Completed in 7 milliseconds