Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dquickfix.c8037 regmatch_T *p_regmatch) in hgr_search_file() argument
8061 if (vim_regexec(p_regmatch, line, (colnr_T)0)) in hgr_search_file()
8077 (int)(p_regmatch->startp[0] - line) in hgr_search_file()
8079 (int)(p_regmatch->endp[0] - line) in hgr_search_file()
8110 regmatch_T *p_regmatch, in hgr_search_files_in_dir() argument
8141 hgr_search_file(qfl, fnames[fi], p_vc, p_regmatch); in hgr_search_files_in_dir()
8154 hgr_search_in_rtp(qf_list_T *qfl, regmatch_T *p_regmatch, char_u *lang) in hgr_search_in_rtp() argument
8172 hgr_search_files_in_dir(qfl, NameBuff, p_regmatch, &vc in hgr_search_in_rtp()