Searched refs:changefile (Results 1 – 2 of 2) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | mark.pro | 8 pos_T *getmark_buf(buf_T *buf, int c, int changefile); 9 pos_T *getmark(int c, int changefile); 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 | 291 getmark_buf(buf_T *buf, int c, int changefile) in getmark_buf() argument 293 return getmark_buf_fnum(buf, c, changefile, NULL); in getmark_buf() 297 getmark(int c, int changefile) in getmark() argument 299 return getmark_buf_fnum(curbuf, c, changefile, NULL); in getmark() 306 int changefile, in getmark_buf_fnum() argument 417 && changefile && namedfm[c].fmark.fnum) in getmark_buf_fnum()
|