Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsearch.c3357 regmatch_T incl_regmatch; in find_pattern_in_path() local
3371 incl_regmatch.regprog = NULL; in find_pattern_in_path()
3399 if (incl_regmatch.regprog == NULL) in find_pattern_in_path()
3427 if (incl_regmatch.regprog != NULL in find_pattern_in_path()
3436 (int)(incl_regmatch.endp[0] - incl_regmatch.startp[0]), in find_pattern_in_path()
3518 p = incl_regmatch.startp[0]; in find_pattern_in_path()
3519 i = (int)(incl_regmatch.endp[0] in find_pattern_in_path()
3520 - incl_regmatch.startp[0]); in find_pattern_in_path()
3525 for (p = incl_regmatch.endp[0]; in find_pattern_in_path()
3535 p = incl_regmatch.endp[0]; in find_pattern_in_path()
[all …]