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

/freebsd-11-stable/contrib/ee/
H A Dee.c161 int horiz_offset = 0; /* offset from left edge of text */ variable
758 if ((scr_horz - horiz_offset) > last_col)
760 horiz_offset += 8;
819 if ((scr_horz < horiz_offset) && (horiz_offset > 0))
821 horiz_offset -= 8;
872 wmove(text_win, scr_vert, (scr_horz - horiz_offset));
907 if ((scr_horz - horiz_offset) > last_col)
909 horiz_offset = (scr_horz - (scr_horz % 8)) - (COLS - 8);
912 else if (scr_horz < horiz_offset)
[all...]

Completed in 55 milliseconds