Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/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);
/dports/editors/vim/vim-8.2.3745/src/
H A Dvim9.h417 vartype_T vartype;
H A Dstructs.h1411 } vartype_T; typedef
1416 vartype_T tt_type;
1434 vartype_T v_type;
H A Dvim9compile.c679 check_number_or_float(vartype_T type1, vartype_T type2, char_u *op) in check_number_or_float()
700 vartype_T vartype, in generate_add_instr()
745 static vartype_T
769 vartype_T vartype; in generate_two_op()
842 get_compare_isn(exprtype_T exprtype, vartype_T type1, vartype_T type2) in get_compare_isn()
915 vartype_T type1; in generate_COMPARE()
916 vartype_T type2; in generate_COMPARE()
2919 vartype_T vartype; in compile_member()
6792 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()
2458 vartype_T dest_type = iptr->isn_arg.vartype; in exec_instructions()
H A Devalvars.c2253 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()
/dports/shells/yash/yash-2.51/
H A Dvariable.c90 typedef enum vartype_T { enum
96 } vartype_T; typedef
103 vartype_T v_type;
1224 vartype_T f_type; /* only VF_READONLY and VF_NODELETE are valid */
1573 static char *vartype_option_string(vartype_T type)
1736 vartype_T saveexport = var->v_type & VF_EXPORT; in typeset_builtin()
1962 char *vartype_option_string(vartype_T type) in vartype_option_string()