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

/freebsd-9.3-release/contrib/tcsh/
H A Ded.refresh.c45 static int vcursor_h, vcursor_v; variable
175 vcursor_v++;
211 lv = vcursor_v;
255 Vdisplay[vcursor_v][vcursor_h] = c;
259 Vdisplay[vcursor_v][vcursor_h++] = CHAR_DBWIDTH;
261 Vdisplay[vcursor_v][TermH] = '\0'; /* assure end of line */
263 vcursor_v++;
265 if (vcursor_v >= TermV) { /* should NEVER happen. */
266 reprintf("\r\nVdraw: vcursor_v overflow! Vcursor_v == %d > %d\r\n",
267 vcursor_v, Term
[all...]

Completed in 56 milliseconds