Searched defs:MB_STRNICMP (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/vim-53/src/
H A Dvim.h1525 # define MB_STRNICMP(d, s, n) mb_strnicmp((char_u *)(d), (char_u *)(s), (int)(n)) macro
1528 # define MB_STRNICMP(d, s, n) STRNICMP((d), (s), (n)) macro

Completed in 194 milliseconds