Lines Matching refs:scr_horz

147 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()
813 if ((scr_horz < horiz_offset) && (horiz_offset > 0)) in delete()
849 scr_pos = scr_horz; in delete()
866 wmove(text_win, scr_vert, (scr_horz - horiz_offset)); in delete()
869 draw_line(scr_vert, scr_horz, point, position, curr_line->line_length); in delete()
900 scr_horz = temp; in scanline()
901 if ((scr_horz - horiz_offset) > last_col) in scanline()
903 horiz_offset = (scr_horz - (scr_horz % 8)) - (COLS - 8); in scanline()
906 else if (scr_horz < horiz_offset) in scanline()
908 horiz_offset = max(0, (scr_horz - (scr_horz % 8))); in scanline()
1059 wmove(text_win, scr_vert, (scr_horz - horiz_offset)); in insert_line()
1114 scr_pos = scr_horz = 0; in insert_line()
1120 draw_line(scr_vert, scr_horz, point, position, in insert_line()
1184 wmove(text_win, scr_vert, (scr_horz - horiz_offset)); in control()
1292 wmove(text_win, scr_vert, (scr_horz - horiz_offset)); in emacs_control()
1339 scr_pos = scr_horz; in bottom()
1356 scr_pos = scr_horz; in top()
1415 wmove(text_win, scr_vert, (scr_horz - horiz_offset)); in left()
1416 scr_pos = scr_horz; in left()
1431 scr_pos = scr_horz; in left()
1432 wmove(text_win, scr_vert, (scr_horz - horiz_offset)); in left()
1451 wmove(text_win, scr_vert, (scr_horz - horiz_offset)); in right()
1452 scr_pos = scr_horz; in right()
1465 scr_pos = scr_horz = 0; in right()
1471 wmove(text_win, scr_vert, (scr_horz - horiz_offset)); in right()
1480 scr_horz = 0; in find_pos()
1482 while ((scr_horz < scr_pos) && (position < curr_line->line_length)) in find_pos()
1485 scr_horz += tabshift(scr_horz); in find_pos()
1487 scr_horz += 2; in find_pos()
1491 scr_horz += 2; in find_pos()
1496 scr_horz++; in find_pos()
1500 if ((scr_horz - horiz_offset) > last_col) in find_pos()
1502 horiz_offset = (scr_horz - (scr_horz % 8)) - (COLS - 8); in find_pos()
1505 else if (scr_horz < horiz_offset) in find_pos()
1507 horiz_offset = max(0, (scr_horz - (scr_horz % 8))); in find_pos()
1510 wmove(text_win, scr_vert, (scr_horz - horiz_offset)); in find_pos()
1684 wmove(text_win, scr_vert, (scr_horz - horiz_offset)); in command_prompt()
2027 scr_pos = scr_horz; in goto_line()
2032 wmove(text_win, scr_vert, (scr_horz - horiz_offset)); in goto_line()
2046 scr_vert = scr_horz = 0; in midscreen()
2052 wmove(text_win, scr_vert, (scr_horz - horiz_offset)); in midscreen()
2156 tmp_horz = scr_horz; in check_fp()
2186 wmove(text_win, scr_vert, (scr_horz - horiz_offset)); in check_fp()
2198 scr_horz = tmp_horz; in check_fp()
2225 wmove(text_win, scr_vert, (scr_horz - horiz_offset)); in check_fp()
2383 wmove(text_win, scr_vert, (scr_horz - horiz_offset)); in draw_screen()
2488 scr_pos = scr_vert = scr_horz = 0; in delete_text()
2661 scr_pos = scr_horz; in search()
2675 wmove(text_win, scr_vert,(scr_horz - horiz_offset)); in search()
2792 draw_line(scr_vert, scr_horz,point,position,curr_line->line_length); in del_word()
2860 draw_line(scr_vert, scr_horz, point, position, curr_line->line_length); in undel_word()
2923 draw_line(scr_vert, scr_horz,point,position,curr_line->line_length); in undel_line()
2972 scr_pos = scr_horz = 0; in move_rel()
3000 wmove(text_win, scr_vert, (scr_horz - horiz_offset)); in move_rel()
3156 scr_horz = scr_pos = 0; in sh_command()