Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dmark.pro10 pos_T *getmark_buf_fnum(buf_T *buf, int c, int changefile, int *fnum);
/vim-8.2.3635/src/
H A Dmark.c293 return getmark_buf_fnum(buf, c, changefile, NULL); in getmark_buf()
299 return getmark_buf_fnum(curbuf, c, changefile, NULL); in getmark()
303 getmark_buf_fnum( in getmark_buf_fnum() function
H A Deval.c5313 pp = getmark_buf_fnum(curbuf, name[1], FALSE, fnum); in var2fpos()