Home
last modified time | relevance | path

Searched refs:vartype_T (Results 1 – 11 of 11) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dvim9execute.pro2 void to_string_error(vartype_T vartype);
H A Dvim9type.pro25 char *vartype_name(vartype_T type);
H A Devalvars.pro37 void set_vim_var_type(int idx, vartype_T type);
/vim-8.2.3635/src/
H A Dvim9.h415 vartype_T vartype;
H A Dstructs.h1410 } vartype_T; typedef
1415 vartype_T tt_type;
1433 vartype_T v_type;
H A Dvim9compile.c678 check_number_or_float(vartype_T type1, vartype_T type2, char_u *op) in check_number_or_float()
699 vartype_T vartype, in generate_add_instr()
744 static vartype_T
768 vartype_T vartype; in generate_two_op()
841 get_compare_isn(exprtype_T exprtype, vartype_T type1, vartype_T type2) in get_compare_isn()
914 vartype_T type1; in generate_COMPARE()
915 vartype_T type2; in generate_COMPARE()
2888 vartype_T vartype; in compile_member()
6767 vartype_T dest_type; in compile_assign_unlet()
H A Ddict.c380 dict_add_number_special(dict_T *d, char *key, varnumber_T nr, vartype_T vartype) in dict_add_number_special()
H A Dvim9type.c1140 vartype_name(vartype_T type) in vartype_name()
H A Dvim9execute.c108 to_string_error(vartype_T vartype) in to_string_error()
2434 vartype_T dest_type = iptr->isn_arg.vartype; in exec_instructions()
H A Devalvars.c2194 set_vim_var_type(int idx, vartype_T type) in set_vim_var_type()
H A Deval.c3676 vartype_T type = rettv->v_type; in eval7_leader()