Home
last modified time | relevance | path

Searched refs:vim_stricmp (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dstrings.pro15 int vim_stricmp(char *s1, char *s2);
/vim-8.2.3635/src/
H A Dvim.h1636 # define STRICMP(d, s) vim_stricmp((char *)(d), (char *)(s))
H A Dstrings.c539 vim_stricmp(char *s1, char *s2) in vim_stricmp() function
/vim-8.2.3635/runtime/doc/
H A Dversion5.txt955 vim_stricmp() for when there's no library function for stricmp().
5576 Solution: vim_stricmp() and vim_strnicmp() only returned 0 or 1. Changed