Searched refs:string_quote (Results 1 – 4 of 4) sorted by relevance
23 char_u *string_quote(char_u *str, int function);
4972 *tofree = string_quote(tv->vval.v_string, FALSE); in echo_string_core()4985 *tofree = string_quote(tv->vval.v_string, TRUE); in echo_string_core()4993 char_u *fname = string_quote(pt == NULL ? NULL in echo_string_core()5106 *tofree = string_quote(r, FALSE); in echo_string_core()
776 tofree = string_quote(hi->hi_key, FALSE); in dict2string()
774 string_quote(char_u *str, int function) in string_quote() function