Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Ded.screen.c1019 if (where == CursorV) in MoveToLine()
1030 del = where - CursorV; in MoveToLine()
1034 if ((T_Margin & MARGIN_AUTO) && Display[CursorV][0] != '\0') { in MoveToLine()
1037 for (h = TermH - 1; h > 0 && Display[CursorV][h] == CHAR_DBWIDTH; in MoveToLine()
1042 so_write(&Display[CursorV][CursorH], TermH - CursorH); /* updates CursorH/V*/ in MoveToLine()
1068 CursorV = where; /* now where is here */ in MoveToLine()
1108 && Display[CursorV][where & ~0x7] != CHAR_DBWIDTH) { in MoveToChar()
1122 so_write(&Display[CursorV][CursorH], where - CursorH); in MoveToChar()
1179 cur_pos = CursorV * TermH + CursorH; in so_write()
1214 CursorV++; in so_write()
[all …]
H A Ded.refresh.c446 CursorH, CursorV, cur_h, cur_v); in Refresh()
1242 Display[CursorV][CursorH++] = (Char) c; in PutPlusOne()
1244 Display[CursorV][CursorH++] = CHAR_DBWIDTH; in PutPlusOne()
1247 CursorV++; in PutPlusOne()
1325 CursorV = 0; /* clear the display buffer */ in ClearDisp()
H A Ded.h174 EXTERN int CursorV, /* real cursor vertical (line) */ variable