Searched refs:setmark_pos (Results 1 – 3 of 3) sorted by relevance
3 int setmark_pos(int c, pos_T *pos, int fnum);
43 return setmark_pos(c, &curwin->w_cursor, curbuf->b_fnum); in setmark()52 setmark_pos(int c, pos_T *pos, int fnum) in setmark_pos() function
8758 if (setmark_pos(name[1], &pos, fnum) == OK) in set_position()