Searched refs:vartype_T (Results 1 – 11 of 11) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | vim9execute.pro | 2 void to_string_error(vartype_T vartype);
|
| H A D | vim9type.pro | 25 char *vartype_name(vartype_T type);
|
| H A D | evalvars.pro | 37 void set_vim_var_type(int idx, vartype_T type);
|
| /vim-8.2.3635/src/ |
| H A D | vim9.h | 415 vartype_T vartype;
|
| H A D | structs.h | 1410 } vartype_T; typedef 1415 vartype_T tt_type; 1433 vartype_T v_type;
|
| H A D | vim9compile.c | 678 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 D | dict.c | 380 dict_add_number_special(dict_T *d, char *key, varnumber_T nr, vartype_T vartype) in dict_add_number_special()
|
| H A D | vim9type.c | 1140 vartype_name(vartype_T type) in vartype_name()
|
| H A D | vim9execute.c | 108 to_string_error(vartype_T vartype) in to_string_error() 2434 vartype_T dest_type = iptr->isn_arg.vartype; in exec_instructions()
|
| H A D | evalvars.c | 2194 set_vim_var_type(int idx, vartype_T type) in set_vim_var_type()
|
| H A D | eval.c | 3676 vartype_T type = rettv->v_type; in eval7_leader()
|