Lines Matching refs:scr_vert
146 int scr_vert; /* vertical position on screen */ variable
574 scr_vert = 0; in main()
755 midscreen(scr_vert, point); in insert()
763 draw_line(scr_vert, scr_horz, point, position, curr_line->line_length); in insert()
816 midscreen(scr_vert, point); in delete()
848 temp_vert = scr_vert; in delete()
850 if (scr_vert < last_line) in delete()
852 wmove(text_win, scr_vert + 1, 0); 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()
904 midscreen(scr_vert, point); in scanline()
909 midscreen(scr_vert, point); in scanline()
1059 wmove(text_win, scr_vert, (scr_horz - horiz_offset)); in insert_line()
1100 if (scr_vert < last_line) in insert_line()
1102 scr_vert++; in insert_line()
1104 wmove(text_win, scr_vert, 0); in insert_line()
1118 midscreen(scr_vert, point); 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()
1367 if (scr_vert == last_line) in nextline()
1376 scr_vert++; in nextline()
1387 if (scr_vert == 0) in prevline()
1393 scr_vert--; in prevline()
1415 wmove(text_win, scr_vert, (scr_horz - horiz_offset)); 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()
1469 midscreen(scr_vert, point); in right()
1471 wmove(text_win, scr_vert, (scr_horz - horiz_offset)); in right()
1503 midscreen(scr_vert, point); in find_pos()
1508 midscreen(scr_vert, point); in find_pos()
1510 wmove(text_win, scr_vert, (scr_horz - horiz_offset)); in find_pos()
1595 midscreen(scr_vert, point); in function_key()
1684 wmove(text_win, scr_vert, (scr_horz - horiz_offset)); in command_prompt()
2032 wmove(text_win, scr_vert, (scr_horz - horiz_offset)); in goto_line()
2046 scr_vert = scr_horz = 0; in midscreen()
2049 scr_vert = i; in midscreen()
2052 wmove(text_win, scr_vert, (scr_horz - horiz_offset)); in midscreen()
2155 tmp_vert = scr_vert; in check_fp()
2186 wmove(text_win, scr_vert, (scr_horz - horiz_offset)); in check_fp()
2197 scr_vert = tmp_vert; in check_fp()
2225 wmove(text_win, scr_vert, (scr_horz - horiz_offset)); in check_fp()
2373 temp_vert = scr_vert; in draw_screen()
2383 wmove(text_win, scr_vert, (scr_horz - horiz_offset)); in draw_screen()
2488 scr_pos = scr_vert = scr_horz = 0; in delete_text()
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()
2952 if ((last_line > 5) && ( scr_vert < 4)) in move_rel()
2960 scr_vert = scr_vert + i; in move_rel()
2976 midscreen(scr_vert, point); in move_rel()
2985 if ((last_line > 10) && (scr_vert > (last_line - 5))) in move_rel()
2994 scr_vert = scr_vert - i; in move_rel()
3000 wmove(text_win, scr_vert, (scr_horz - horiz_offset)); in move_rel()
3150 tmp_vert = scr_vert; in sh_command()
3155 scr_vert = tmp_vert; in sh_command()
3719 midscreen(scr_vert, point); in no_info_window()
3739 midscreen(min(scr_vert, last_line), point); in create_info_window()
3853 midscreen(scr_vert, point); in redraw()
4112 midscreen(scr_vert, point); in Format()
4748 midscreen(scr_vert, point); in Auto_Format()