Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmark.c30 static void fmarks_check_one(xfmark_T *fm, char_u *name, buf_T *buf);
547 fmarks_check_one(&namedfm[i], name, buf); in fmarks_check_names()
553 fmarks_check_one(&wp->w_jumplist[i], name, buf); in fmarks_check_names()
561 fmarks_check_one(xfmark_T *fm, char_u *name, buf_T *buf) in fmarks_check_one() function