Home
last modified time | relevance | path

Searched refs:setmark_pos (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dmark.pro3 int setmark_pos(int c, pos_T *pos, int fnum);
/vim-8.2.3635/src/
H A Dmark.c43 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
H A Devalfunc.c8758 if (setmark_pos(name[1], &pos, fnum) == OK) in set_position()