Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtag.c2360 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 Dsearch.c1741 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 Dcindent.c4059 ? MB_STRNICMP(s, look, p - look) in in_cinkeys()
4072 ? MB_STRNICMP(line - (p - look), look, p - look) in in_cinkeys()
H A Dspell.c4043 && MB_STRNICMP(word, pat, depth) != 0) in spell_dump_compl()
4132 ? MB_STRNICMP(p, pat, STRLEN(pat)) == 0 in dump_word()
H A Dvim.h1665 # define MB_STRNICMP(d, s, n) mb_strnicmp((char_u *)(d), (char_u *)(s), (int)(n)) macro
H A Dregexp.c1602 result = MB_STRNICMP(s1, s2, *n); in cstrncmp()
H A Duserfunc.c4567 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 Dlist.c2734 if (MB_STRNICMP(p, expr, len) == 0) in f_count()
H A Dviminfo.c396 if (MB_STRNICMP(part + 1, name, n) == 0) in removable()
H A Dfilepath.c2996 return MB_STRNICMP(x, y, len); in vim_fnamencmp()