Searched refs:str_foldcase (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | charset.pro | 6 char_u *str_foldcase(char_u *str, int orglen, char_u *buf, int buflen);
|
| /vim-8.2.3635/src/ |
| H A D | insexpand.c | 3827 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 D | charset.c | 388 str_foldcase( in str_foldcase() function
|
| H A D | syntax.c | 3283 (void)str_foldcase(kwp, kwlen, keyword, MAXKEYWLEN + 1); in check_keyword_id() 4447 name_ic = str_foldcase(name, (int)STRLEN(name), in add_keyword()
|