Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Ded.screen.c1042 so_write(&Display[CursorV][CursorH], TermH - CursorH); /* updates CursorH/V*/ in MoveToLine()
1053 CursorH = 0; /* because the \n will become \r\n */ in MoveToLine()
1077 if (where == CursorH) in MoveToChar()
1090 CursorH = 0; in MoveToChar()
1094 del = where - CursorH; in MoveToChar()
1107 if ((CursorH & 0370) != (where & ~0x7) in MoveToChar()
1110 for (i = (CursorH & 0370); i < (where & ~0x7); i += 8) in MoveToChar()
1112 CursorH = where & ~0x7; in MoveToChar()
1122 so_write(&Display[CursorV][CursorH], where - CursorH); in MoveToChar()
1134 CursorH = 0; in MoveToChar()
[all …]
H A Ded.refresh.c446 CursorH, CursorV, cur_h, cur_v); in Refresh()
959 ClearEOL(TermH - CursorH); in update_line()
1022 ClearEOL(TermH - CursorH); in update_line()
1233 while (width > 1 && CursorH + width > TermH) in PutPlusOne()
1242 Display[CursorV][CursorH++] = (Char) c; in PutPlusOne()
1244 Display[CursorV][CursorH++] = CHAR_DBWIDTH; in PutPlusOne()
1245 if (CursorH >= TermH) { /* if we must overflow */ in PutPlusOne()
1246 CursorH = 0; in PutPlusOne()
1274 if (rprompt_h != 0 && (TermH - CursorH - rprompt_h < 3)) { in RefPlusOne()
1326 CursorH = 0; in ClearDisp()
H A Ded.h175 CursorH, /* real cursor horisontal (column) */ variable