Searched refs:getmark_buf_fnum (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | mark.pro | 10 pos_T *getmark_buf_fnum(buf_T *buf, int c, int changefile, int *fnum);
|
| /vim-8.2.3635/src/ |
| H A D | mark.c | 293 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 D | eval.c | 5313 pp = getmark_buf_fnum(curbuf, name[1], FALSE, fnum); in var2fpos()
|