Home
last modified time | relevance | path

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

/freebsd/contrib/ee/
H A Dee.c162 int horiz_offset = 0; /* offset from left edge of text */ variable
815 if ((scr_horz - horiz_offset) > last_col) in insert()
817 horiz_offset += 8; in insert()
897 if ((scr_horz - horiz_offset) > last_col) in insert_utf8()
899 horiz_offset += 8; in insert_utf8()
944 if ((scr_horz < horiz_offset) && (horiz_offset > 0)) in delete()
946 horiz_offset -= 8; in delete()
997 wmove(text_win, scr_vert, (scr_horz - horiz_offset)); in delete()
1036 if ((scr_horz - horiz_offset) > last_col) in scanline()
1038 horiz_offset = (scr_horz - (scr_horz % 8)) - (COLS - 8); in scanline()
[all …]