Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Ded.screen.c1042 so_write(&Display[CursorV][CursorH], TermH - CursorH); /* updates CursorH/V*/ in MoveToLine()
1077 if (where == CursorH) in MoveToChar()
1090 CursorH = 0; in MoveToChar()
1094 del = where - CursorH; in MoveToChar()
1122 so_write(&Display[CursorV][CursorH], where - CursorH); in MoveToChar()
1134 CursorH = 0; in MoveToChar()
1205 CursorH++; in so_write()
1213 CursorH = 0; in so_write()
1221 CursorH++; in so_write()
1225 CursorH = 1; in so_write()
[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()
1214 while (width > 1 && CursorH + width > TermH) in PutPlusOne()
1223 Display[CursorV][CursorH++] = (Char) c; in PutPlusOne()
1225 Display[CursorV][CursorH++] = CHAR_DBWIDTH; in PutPlusOne()
1226 if (CursorH >= TermH) { /* if we must overflow */ in PutPlusOne()
1227 CursorH = 0; in PutPlusOne()
1255 if (rprompt_h != 0 && (TermH - CursorH - rprompt_h < 3)) { in RefPlusOne()
1307 CursorH = 0; in ClearDisp()
H A Ded.h175 CursorH, /* real cursor horisontal (column) */ variable