Searched defs:escape (Results 1 – 5 of 5) sorted by relevance
1657 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()
140 int escape) // if TRUE, escape the returned matches in nextwild()
909 int escape, in cmdline_wildchar_complete()
674 set_string_default_esc(char *name, char_u *val, int escape) in set_string_default_esc()
374 int (*escape)(const char *bytes, size_t len, void *user); member