Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dcharset.pro6 char_u *str_foldcase(char_u *str, int orglen, char_u *buf, int buflen);
/vim-8.2.3635/src/
H A Dinsexpand.c3827 compl_pattern = str_foldcase(line + compl_col, in ins_complete()
3918 compl_pattern = str_foldcase(line + compl_col, compl_length, in ins_complete()
H A Dcharset.c388 str_foldcase( in str_foldcase() function
H A Dsyntax.c3283 (void)str_foldcase(kwp, kwlen, keyword, MAXKEYWLEN + 1); in check_keyword_id()
4447 name_ic = str_foldcase(name, (int)STRLEN(name), in add_keyword()