Home
last modified time | relevance | path

Searched refs:vartype_name (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/src/
H A Dtypval.c983 vartype_name(varp->v_type)); in tv_get_string_buf_chk_strict()
1344 vartype_name(typ1->v_type), vartype_name(typ2->v_type)); in typval_compare()
1358 vartype_name(typ1->v_type)); in typval_compare()
1370 vartype_name(typ1->v_type), vartype_name(typ2->v_type)); in typval_compare()
H A Dvim9execute.c1088 vartype_name(VAR_NUMBER), vartype_name(tv->v_type)); in check_for_number()
1994 vartype_name(tv->v_type)); in exec_instructions()
2461 vartype_name(dest_type), in exec_instructions()
2462 vartype_name(tv_dest->v_type)); in exec_instructions()
2576 semsg(_(e_cannot_index_str), vartype_name(dest_type)); in exec_instructions()
2753 vartype_name(VAR_STRING), in exec_instructions()
2754 vartype_name(tv_idx->v_type)); in exec_instructions()
2811 vartype_name(tv_dest->v_type)); in exec_instructions()
2888 vartype_name(tv_dest->v_type)); in exec_instructions()
3367 vartype_name(ltv->v_type)); in exec_instructions()
[all …]
H A Dvim9type.c1140 vartype_name(vartype_T type) in vartype_name() function
1177 name = vartype_name(type->tt_type); in type_name()
H A Djson.c234 semsg(_(e_cannot_json_encode_str), vartype_name(val->v_type)); in json_encode_item()
H A Dvim9compile.c878 exprtype == EXPR_IS ? "is" : "isnot" , vartype_name(type1)); in get_compare_isn()
891 vartype_name(type1), vartype_name(type2)); in get_compare_isn()
8171 vartype_name(vartype->tt_type)); in compile_for()
H A Deval.c2958 vartype_name(var2.v_type)); in eval5()
6195 vartype_name(rettv.v_type)); in ex_execute()
H A Devalfunc.c3486 vartype_name(argvars[arg_off].v_type)); in execute_common()
/vim-8.2.3635/src/proto/
H A Dvim9type.pro25 char *vartype_name(vartype_T type);