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

/macosx-10.9.5/vim-53/src/
H A Dvim.h1524 # define MB_STRICMP(d, s) mb_strnicmp((char_u *)(d), (char_u *)(s), (int)MAXCOL) macro
1527 # define MB_STRICMP(d, s) STRICMP((d), (s)) macro

Completed in 133 milliseconds