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

/freebsd-13-stable/contrib/tcsh/
H A Ded.refresh.c41 static int vcursor_h, vcursor_v; variable
199 vcursor_h = 0; /* reset cursor pos */
205 } while ((vcursor_h & 07) != 0);
238 lh = vcursor_h;
279 while (vcursor_h + width > TermH)
281 Vdisplay[vcursor_v][vcursor_h] = c;
283 vcursor_h++; /* advance to next place */
285 Vdisplay[vcursor_v][vcursor_h++] = CHAR_DBWIDTH;
286 if (vcursor_h >= TermH) {
288 vcursor_h
[all...]

Completed in 104 milliseconds