Searched refs:quote_meta (Results 1 – 2 of 2) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | insexpand.c | 215 static unsigned quote_meta(char_u *dest, char_u *str, int len); 3840 compl_pattern = alloc(quote_meta(NULL, line + compl_col, in ins_complete() 3849 (void)quote_meta(compl_pattern + STRLEN(prefix), in ins_complete() 3896 (void)quote_meta(compl_pattern + 2, line + compl_col, 1); in ins_complete() 3901 compl_pattern = alloc(quote_meta(NULL, line + compl_col, in ins_complete() 3906 (void)quote_meta(compl_pattern + 2, line + compl_col, in ins_complete() 4283 quote_meta(char_u *dest, char_u *src, int len) in quote_meta() function
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | rego.vim | 30 syn match regoFuncGlob "\<glob\.\(match\|quote_meta\)\>"
|