Home
last modified time | relevance | path

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

/NextBSD/contrib/tcsh/
HDed.screen.c1023 if (where == CursorV) in MoveToLine()
1034 del = where - CursorV; in MoveToLine()
1038 if ((T_Margin & MARGIN_AUTO) && Display[CursorV][0] != '\0') { in MoveToLine()
1041 for (h = TermH - 1; h > 0 && Display[CursorV][h] == CHAR_DBWIDTH; in MoveToLine()
1046 so_write(&Display[CursorV][CursorH], TermH - CursorH); /* updates CursorH/V*/ in MoveToLine()
1072 CursorV = where; /* now where is here */ in MoveToLine()
1112 && Display[CursorV][where & ~0x7] != CHAR_DBWIDTH) { in MoveToChar()
1126 so_write(&Display[CursorV][CursorH], where - CursorH); in MoveToChar()
1183 cur_pos = CursorV * TermH + CursorH; in so_write()
1218 CursorV++; in so_write()
[all …]
HDed.refresh.c420 CursorH, CursorV, cur_h, cur_v); in Refresh()
1216 Display[CursorV][CursorH++] = (Char) c; in PutPlusOne()
1218 Display[CursorV][CursorH++] = CHAR_DBWIDTH; in PutPlusOne()
1221 CursorV++; in PutPlusOne()
1299 CursorV = 0; /* clear the display buffer */ in ClearDisp()
HDed.h175 EXTERN int CursorV, /* real cursor vertical (line) */ variable