Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dmark.pro8 pos_T *getmark_buf(buf_T *buf, int c, int changefile);
/vim-8.2.3635/src/
H A Dmark.c291 getmark_buf(buf_T *buf, int c, int changefile) in getmark_buf() function
H A Dregexp_bt.c3390 pos = getmark_buf(rex.reg_buf, mark, FALSE); in regmatch()
H A Dregexp_nfa.c6838 pos_T *pos = getmark_buf(rex.reg_buf, t->state->val, FALSE); in nfa_regmatch()