Lines Matching defs:pos
320 public void plinestart(POSITION pos) in plinestart()
678 #define STORE_CHAR(ch,a,rep,pos) \ argument
683 static int store_char(LWCHAR ch, int a, char *rep, POSITION pos) in store_char()
816 #define STORE_STRING(s,a,pos) \ argument
819 static int store_string(char *s, int a, POSITION pos) in store_string()
832 #define STORE_TAB(a,pos) \ argument
835 static int store_tab(int attr, POSITION pos) in store_tab()
857 #define STORE_PRCHAR(c, pos) \ argument
860 static int store_prchar(LWCHAR c, POSITION pos) in store_prchar()
869 static int flush_mbc_buf(POSITION pos) in flush_mbc_buf()
884 public int pappend(int c, POSITION pos) in pappend()
974 static int store_control_char(LWCHAR ch, char *rep, POSITION pos) in store_control_char()
988 static int store_ansi(LWCHAR ch, char *rep, POSITION pos) in store_ansi()
1027 static int store_bs(LWCHAR ch, char *rep, POSITION pos) in store_bs()
1042 static int do_append(LWCHAR ch, char *rep, POSITION pos) in do_append()
1523 POSITION pos; in rrshift() local