Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dtypval.c1377 i = ic ? MB_STRICMP(s1, s2) : STRCMP(s1, s2); in typval_compare()
1589 return ((ic ? MB_STRICMP(s1, s2) : STRCMP(s1, s2)) == 0); in tv_equal()
H A Dvim.h1667 # define MB_STRICMP(d, s) mb_strnicmp((char_u *)(d), (char_u *)(s), (int)MAXCOL) macro
H A Ddiff.c2032 return MB_STRICMP(s1, s2); in diff_cmp()
H A Dfilepath.c2964 return MB_STRICMP(x, y); in vim_fnamecmp()
H A Dsearch.c1736 if ((p_ic ? MB_STRICMP(p, pat) : STRCMP(p, pat)) == 0) in search_for_exact_line()
H A Dsyntax.c1543 ? MB_STRICMP(bsx->matches[j], in syn_stack_equal()