Searched refs:vim_stricmp (Results 1 – 4 of 4) sorted by relevance
15 int vim_stricmp(char *s1, char *s2);
1636 # define STRICMP(d, s) vim_stricmp((char *)(d), (char *)(s))
539 vim_stricmp(char *s1, char *s2) in vim_stricmp() function
955 vim_stricmp() for when there's no library function for stricmp().5576 Solution: vim_stricmp() and vim_strnicmp() only returned 0 or 1. Changed