Searched refs:ignore_case (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | regexp.pro | 18 int vim_regexec_prog(regprog_T **prog, int ignore_case, char_u *line, colnr_T col);
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | wget.vim | 86 \ "ignore_case",
|
| /vim-8.2.3635/src/ |
| H A D | buffer.c | 38 static char_u *buflist_match(regmatch_T *rmp, buf_T *buf, int ignore_case); 39 static char_u *fname_match(regmatch_T *rmp, char_u *name, int ignore_case); 2845 int ignore_case) // when TRUE ignore case, when FALSE use 'fic' in buflist_match() argument 2850 match = fname_match(rmp, buf->b_sfname, ignore_case); in buflist_match() 2852 match = fname_match(rmp, buf->b_ffname, ignore_case); in buflist_match() 2865 int ignore_case) // when TRUE ignore case, when FALSE use 'fic' in fname_match() argument 2873 rmp->rm_ic = p_fic || ignore_case; in fname_match()
|
| H A D | regexp.c | 2844 int ignore_case, in vim_regexec_prog() argument 2852 regmatch.rm_ic = ignore_case; in vim_regexec_prog()
|