Searched refs:string_quote (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/vim-53/src/
H A Deval.c466 static char_u *string_quote __ARGS((char_u *str, int function));
7229 tofree = string_quote(hi->hi_key, FALSE);
7490 *tofree = string_quote(tv->vval.v_string, TRUE);
7493 *tofree = string_quote(tv->vval.v_string, FALSE);
7517 string_quote(str, function) function

Completed in 200 milliseconds