Lines Matching refs:def_regmatch
3358 regmatch_T def_regmatch; in find_pattern_in_path() local
3372 def_regmatch.regprog = NULL; in find_pattern_in_path()
3405 def_regmatch.regprog = vim_regcomp(*curbuf->b_p_def == NUL in find_pattern_in_path()
3408 if (def_regmatch.regprog == NULL) in find_pattern_in_path()
3410 def_regmatch.rm_ic = FALSE; // don't ignore case in define pat. in find_pattern_in_path()
3636 if (def_regmatch.regprog != NULL in find_pattern_in_path()
3637 && vim_regexec(&def_regmatch, line, (colnr_T)0)) in find_pattern_in_path()
3644 p = def_regmatch.endp[0]; in find_pattern_in_path()
3654 if (def_regmatch.regprog == NULL || define_matched) in find_pattern_in_path()
3918 if (def_regmatch.regprog == NULL in find_pattern_in_path()
4005 vim_regfree(def_regmatch.regprog); in find_pattern_in_path()