Lines Matching refs:POSITION

64 public POSITION highest_hilite;  /* Pos of last hilite in file found so far */
65 static POSITION line_pos;
74 static POSITION pendpos;
85 static int do_append(LWCHAR ch, constant char *rep, POSITION pos);
105 extern POSITION start_attnpos;
106 extern POSITION end_attnpos;
115 static POSITION mbc_pos;
252 public POSITION line_position(void) in line_position()
351 public void plinestart(POSITION pos) in plinestart()
810 static int store_char(LWCHAR ch, int a, constant char *rep, POSITION pos) in store_char()
943 static int store_string(constant char *s, int a, POSITION pos) in store_string()
980 static int store_tab(int attr, POSITION pos) in store_tab()
992 static int store_prchar(LWCHAR c, POSITION pos) in store_prchar()
1001 static int flush_mbc_buf(POSITION pos) in flush_mbc_buf()
1016 public int pappend_b(char c, POSITION pos, lbool before_pendc) in pappend_b()
1107 public int pappend(char c, POSITION pos) in pappend()
1119 static int store_control_char(LWCHAR ch, constant char *rep, POSITION pos) in store_control_char()
1133 static int store_ansi(LWCHAR ch, constant char *rep, POSITION pos) in store_ansi()
1177 static int store_bs(LWCHAR ch, constant char *rep, POSITION pos) in store_bs()
1192 static int do_append(LWCHAR ch, constant char *rep, POSITION pos) in do_append()
1454 struct col_pos { int col; POSITION pos; };
1456 static void col_vs_pos(POSITION linepos, mutable struct col_pos *cp, POSITION saved_pos, int saved_… in col_vs_pos()
1463 POSITION chpos; in col_vs_pos()
1534 public int col_from_pos(POSITION linepos, POSITION spos, POSITION saved_pos, int saved_col) in col_from_pos()
1543 public POSITION pos_from_col(POSITION linepos, int col, POSITION saved_pos, int saved_col) in pos_from_col()
1631 public POSITION forw_raw_line_len(POSITION curr_pos, size_t read_len, constant char **linep, size_t… in forw_raw_line_len()
1635 POSITION new_pos; in forw_raw_line_len()
1677 public POSITION forw_raw_line(POSITION curr_pos, constant char **linep, size_t *line_lenp) in forw_raw_line()
1686 public POSITION back_raw_line(POSITION curr_pos, constant char **linep, size_t *line_lenp) in back_raw_line()
1690 POSITION new_pos; in back_raw_line()
1838 POSITION pos; in rrshift()