Lines Matching full:position
29 extern POSITION start_attnpos;
30 extern POSITION end_attnpos;
39 * base Position of first char in line.
46 static void init_status_col(POSITION base_pos, POSITION disp_pos, POSITION edisp_pos, POSITION eol_… in init_status_col()
78 * A "current" position is passed and a "new" position is returned.
79 * The current position is the position of the first character of
80 * a line. The new position is the position of the first character
83 public POSITION forw_line_seg(POSITION curr_pos, int skipeol, int rscroll, int nochop) in forw_line_seg()
85 POSITION base_pos; in forw_line_seg()
86 POSITION new_pos; in forw_line_seg()
87 POSITION edisp_pos; in forw_line_seg()
93 POSITION wrap_pos; in forw_line_seg()
146 * Read forward again to the position we should start at. in forw_line_seg()
346 public POSITION forw_line(POSITION curr_pos) in forw_line()
354 * A "current" position is passed and a "new" position is returned.
355 * The current position is the position of the first character of
356 * a line. The new position is the position of the first character
359 public POSITION back_line(POSITION curr_pos) in back_line()
361 POSITION base_pos; in back_line()
362 POSITION new_pos; in back_line()
363 POSITION edisp_pos; in back_line()
364 POSITION begin_new_pos; in back_line()
369 POSITION wrap_pos; in back_line()
396 (void) ch_back_get(); /* Restore our position */ in back_line()
594 public void set_attnpos(POSITION pos) in set_attnpos()