Home
last modified time | relevance | path

Searched refs:vartype (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/runtime/autoload/
H A Drubycomplete.vim746 vartype = get_var_type( receiver )
747 dprint "vartype: %s" % vartype
750 if !invalid_vartype.include?(vartype)
751 load_buffer_class( vartype )
754 methods = eval("#{vartype}.instance_methods")
755 variables = eval("#{vartype}.instance_variables")
762 vartype = receiver
764 vartype = receiver
778 … variables += add_rails_columns( "#{vartype}" ) if vartype && !invalid_vartype.include?(vartype)
/vim-8.2.3635/src/
H A Dvim9compile.c699 vartype_T vartype, in generate_add_instr() argument
714 if (vartype != VAR_LIST && vartype != VAR_BLOB in generate_add_instr()
731 if (vartype == VAR_LIST in generate_add_instr()
768 vartype_T vartype; in generate_two_op() local
820 if (vartype == VAR_ANY) in generate_two_op()
2888 vartype_T vartype; in compile_member() local
2900 vartype = VAR_DICT; in compile_member()
2901 if (vartype == VAR_STRING || vartype == VAR_LIST || vartype == VAR_BLOB) in compile_member()
8098 type_T *vartype; in compile_for() local
8167 if (vartype->tt_type != VAR_LIST && vartype->tt_type != VAR_STRING in compile_for()
[all …]
H A Dvim9.h415 vartype_T vartype; member
H A Ddict.c380 dict_add_number_special(dict_T *d, char *key, varnumber_T nr, vartype_T vartype) in dict_add_number_special() argument
387 item->di_tv.v_type = vartype; in dict_add_number_special()
H A Dvim9execute.c108 to_string_error(vartype_T vartype) in to_string_error() argument
110 semsg(_(e_cannot_convert_str_to_string), vartype_name(vartype)); in to_string_error()
2434 vartype_T dest_type = iptr->isn_arg.vartype; in exec_instructions()
5306 vartype_name(iptr->isn_arg.vartype)); in list_instructions()
/vim-8.2.3635/src/proto/
H A Dvim9execute.pro2 void to_string_error(vartype_T vartype);
/vim-8.2.3635/runtime/syntax/
H A Dsas.vim102 …uidgen var varfmt varinfmt varlabel varlen varname varnum varray varrayx vartype verify vformat vf…