Searched refs:mb_strnicmp (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/vim-55/src/proto/
H A Dmbyte.pro46 int mb_strnicmp __ARGS((char_u *s1, char_u *s2, size_t nn));
/macosx-10.10.1/vim-55/src/
H A Dvim.h1524 # define MB_STRICMP(d, s) mb_strnicmp((char_u *)(d), (char_u *)(s), (int)MAXCOL)
1525 # define MB_STRNICMP(d, s, n) mb_strnicmp((char_u *)(d), (char_u *)(s), (int)(n))
H A Dmbyte.c3091 mb_strnicmp(s1, s2, nn) function

Completed in 94 milliseconds