Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/speakup/
Dmain.c550 u_long cnt = 0, tmpx = spk_x, tmp_pos = spk_pos; in get_word() local
563 } else if ((tmpx < vc->vc_cols - 2) in get_word()
568 tmpx++; in get_word()
570 while (tmpx > 0) { in get_word()
577 tmpx--; in get_word()
581 while (tmpx < vc->vc_cols - 1) { in get_word()
583 tmpx++; in get_word()