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

/freebsd-13-stable/contrib/tcsh/
H A Ded.screen.c1019 if (where == CursorV)
1030 del = where - CursorV;
1034 if ((T_Margin & MARGIN_AUTO) && Display[CursorV][0] != '\0') {
1037 for (h = TermH - 1; h > 0 && Display[CursorV][h] == CHAR_DBWIDTH;
1042 so_write(&Display[CursorV][CursorH], TermH - CursorH); /* updates CursorH/V*/
1068 CursorV = where; /* now where is here */
1108 && Display[CursorV][where & ~0x7] != CHAR_DBWIDTH) {
1122 so_write(&Display[CursorV][CursorH], where - CursorH);
1179 cur_pos = CursorV * TermH + CursorH;
1214 CursorV
[all...]
H A Ded.h174 EXTERN int CursorV, /* real cursor vertical (line) */ variable
H A Ded.refresh.c445 reprintf("\r\nCursorH = %d, CursorV = %d, cur_h = %d, cur_v = %d\r\n",
446 CursorH, CursorV, cur_h, cur_v);
819 * CursorV to this line cur_line MUST be in this routine so that if we
1242 Display[CursorV][CursorH++] = (Char) c;
1244 Display[CursorV][CursorH++] = CHAR_DBWIDTH;
1247 CursorV++;
1325 CursorV = 0; /* clear the display buffer */

Completed in 115 milliseconds