Searched refs:MB_STRNICMP (Results 1 – 10 of 10) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | tag.c | 2360 if (MB_STRNICMP(tagp.tagname, orgpat.head, cmplen) != 0) in find_tags() 2370 if (MB_STRNICMP(tagp.tagname, orgpat.head, cmplen) != 0) in find_tags() 2381 if (MB_STRNICMP(tagp.tagname, orgpat.head, cmplen) != 0) in find_tags() 2425 match = (MB_STRNICMP(tagp.tagname, orgpat.pat, cmplen) == 0); in find_tags()
|
| H A D | search.c | 1741 if ((p_ic ? MB_STRNICMP(p, pat, compl_length) in search_for_exact_line() 3246 && MB_STRNICMP(lastpat, spats[last_idx].pat, STRLEN(lastpat)) == 0 in update_search_stat() 3661 matched = !MB_STRNICMP(startp, ptr, len); in find_pattern_in_path()
|
| H A D | cindent.c | 4059 ? MB_STRNICMP(s, look, p - look) in in_cinkeys() 4072 ? MB_STRNICMP(line - (p - look), look, p - look) in in_cinkeys()
|
| H A D | spell.c | 4043 && MB_STRNICMP(word, pat, depth) != 0) in spell_dump_compl() 4132 ? MB_STRNICMP(p, pat, STRLEN(pat)) == 0 in dump_word()
|
| H A D | vim.h | 1665 # define MB_STRNICMP(d, s, n) mb_strnicmp((char_u *)(d), (char_u *)(s), (int)(n)) macro
|
| H A D | regexp.c | 1602 result = MB_STRNICMP(s1, s2, *n); in cstrncmp()
|
| H A D | userfunc.c | 4567 if (p[0] == '<' && (MB_STRNICMP(p + 1, "SID>", 4) == 0 in eval_fname_script() 4568 || MB_STRNICMP(p + 1, "SNR>", 4) == 0)) in eval_fname_script()
|
| H A D | list.c | 2734 if (MB_STRNICMP(p, expr, len) == 0) in f_count()
|
| H A D | viminfo.c | 396 if (MB_STRNICMP(part + 1, name, n) == 0) in removable()
|
| H A D | filepath.c | 2996 return MB_STRNICMP(x, y, len); in vim_fnamencmp()
|