Lines Matching refs:regmatch
6419 regmatch_T *regmatch, in ExpandSettings() argument
6433 int ic = regmatch->rm_ic; // remember the ignore-case flag in ExpandSettings()
6440 regmatch->rm_ic = ic; in ExpandSettings()
6444 if (vim_regexec(regmatch, (char_u *)names[match], (colnr_T)0)) in ExpandSettings()
6464 if (vim_regexec(regmatch, str, (colnr_T)0) in ExpandSettings()
6466 && vim_regexec(regmatch, in ExpandSettings()
6478 if (vim_regexec(regmatch, name_buf, (colnr_T)0)) in ExpandSettings()
6514 if (vim_regexec(regmatch, name_buf, (colnr_T)0)) in ExpandSettings()
6526 if (vim_regexec(regmatch, name_buf, (colnr_T)0)) in ExpandSettings()
6541 regmatch->rm_ic = TRUE; // ignore case here in ExpandSettings()
6548 if (vim_regexec(regmatch, name_buf, (colnr_T)0)) in ExpandSettings()