Home
last modified time | relevance | path

Searched defs:escape (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dtextobject.c1657 char_u *escape) // escape characters, can be NULL in find_next_quote()
1689 char_u *escape) // escape characters, can be NULL in find_prev_quote()
H A Dcmdexpand.c140 int escape) // if TRUE, escape the returned matches in nextwild()
H A Dex_getln.c909 int escape, in cmdline_wildchar_complete()
H A Doption.c674 set_string_default_esc(char *name, char_u *val, int escape) in set_string_default_esc()
/vim-8.2.3635/src/libvterm/include/
H A Dvterm.h374 int (*escape)(const char *bytes, size_t len, void *user); member