Home
last modified time | relevance | path

Searched refs:to_string_error (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dvim9execute.pro2 void to_string_error(vartype_T vartype);
/vim-8.2.3635/src/
H A Dvim9execute.c108 to_string_error(vartype_T vartype) in to_string_error() function
1167 default: to_string_error(tv->v_type); in do_2string()
H A Dvim9compile.c664 to_string_error((*type)->tt_type); in may_generate_2STRING()