Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dbuffer.c38 static char_u *buflist_match(regmatch_T *rmp, buf_T *buf, int ignore_case);
2636 && buflist_match(&regmatch, buf, FALSE) != NULL) in buflist_findpat()
2762 p = buflist_match(&regmatch, buf, p_wic); in ExpandBufnames()
2842 buflist_match( in buflist_match() function