Searched refs:vcursor_v (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
200 vcursor_v++;
237 lv = vcursor_v;
281 Vdisplay[vcursor_v][vcursor_h] = c;
285 Vdisplay[vcursor_v][vcursor_h++] = CHAR_DBWIDTH;
287 Vdisplay[vcursor_v][TermH] = '\0'; /* assure end of line */
289 vcursor_v++;
291 if (vcursor_v >= TermV) { /* should NEVER happen. */
292 reprintf("\r\nVdraw: vcursor_v overflow! Vcursor_v == %d > %d\r\n",
293 vcursor_v, Term
[all...]

Completed in 90 milliseconds