Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dstrings.pro16 int vim_strnicmp(char *s1, char *s2, size_t len);
/vim-8.2.3635/src/
H A Dvim.h1654 # define STRNICMP(d, s, n) vim_strnicmp((char *)(d), (char *)(s), (size_t)(n))
H A Dstrings.c564 vim_strnicmp(char *s1, char *s2, size_t len) in vim_strnicmp() function
/vim-8.2.3635/runtime/doc/
H A Dversion5.txt5576 Solution: vim_stricmp() and vim_strnicmp() only returned 0 or 1. Changed