Home
last modified time | relevance | path

Searched refs:quote_meta (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dinsexpand.c215 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 Drego.vim30 syn match regoFuncGlob "\<glob\.\(match\|quote_meta\)\>"