Home
last modified time | relevance | path

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

/freebsd/contrib/ee/
H A Dee.c147 int scr_horz; /* horizontal position on screen */ variable
575 scr_horz = 0; in main()
621 curr_line->line_number, scr_horz, absolute_lin); in main()
692 counter = len_char('\011', scr_horz); in insert()
721 scr_pos = scr_horz += out_char(text_win, character, scr_horz); in insert()
728 scr_pos = ++scr_horz; in insert()
752 if ((scr_horz - horiz_offset) > last_col) in insert()
763 draw_line(scr_vert, scr_horz, point, position, curr_line->line_length); in insert()
793 scr_horz -= del_width; in delete()
794 scr_pos = scr_horz; in delete()
[all …]