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

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

Completed in 92 milliseconds