Home | History | Annotate | Download | only in dist

Lines Matching refs:POSITION

48 public int ch_seek(POSITION pos);
52 public POSITION ch_length(void);
53 public POSITION ch_tell(void);
152 public POSITION filesize(int f);
161 public void forw(int n, POSITION pos, int force, int only_last, int nblank);
162 public void back(int n, POSITION pos, int force, int only_last);
189 public POSITION forw_line_seg(POSITION curr_pos, int skipeol, int rscroll, int nochop);
190 public POSITION forw_line(POSITION curr_pos);
191 public POSITION back_line(POSITION curr_pos);
192 public void set_attnpos(POSITION pos);
198 public void jump_line_loc(POSITION pos, int sline);
199 public void jump_loc(POSITION pos, int sline);
202 public POSITION line_position(void);
204 public void plinestart(POSITION pos);
216 public int pappend(int c, POSITION pos);
223 public POSITION forw_raw_line(POSITION curr_pos, char **linep, int *line_lenp);
224 public POSITION back_raw_line(POSITION curr_pos, char **linep, int *line_lenp);
231 public void add_lnum(LINENUM linenum, POSITION pos);
232 public LINENUM find_linenum(POSITION pos);
233 public POSITION find_pos(LINENUM linenum);
239 public int pipe_data(char *cmd, POSITION spos, POSITION epos);
246 public POSITION markpos(LWCHAR c);
247 public char posmark(POSITION pos);
306 public int percentage(POSITION num, POSITION den);
307 public POSITION percent_pos(POSITION pos, int percent, long fraction);
328 public POSITION position(int sindex);
329 public void add_forw_pos(POSITION pos);
330 public void add_back_pos(POSITION pos);
333 public int onscreen(POSITION pos);
350 public int is_filtered(POSITION pos);
351 public POSITION next_unfiltered(POSITION pos);
352 public POSITION prev_unfiltered(POSITION pos);
353 public int is_hilited_attr(POSITION pos, POSITION epos, int nohide, int *p_matches);
357 public void prep_hilite(POSITION spos, POSITION epos, int maxlines);
366 public POSITION tagsearch(void);