Home
last modified time | relevance | path

Searched refs:type_name (Results 1 – 9 of 9) sorted by relevance

/vim-8.2.3635/src/
H A Dvim9type.c504 char *typename1 = type_name(expected, &tofree1); in type_mismatch_where()
505 char *typename2 = type_name(actual, &tofree2); in type_mismatch_where()
1170 type_name(type_T *type, char **tofree) in type_name() function
1181 char *member_name = type_name(type->tt_member, &member_free); in type_name()
1214 arg_type = type_name(type->tt_args[i], &arg_free); in type_name()
1243 char *ret_name = type_name(type->tt_member, &ret_free); in type_name()
1278 name = type_name(type, &tofree); in f_typename()
H A Dtextprop.c193 char_u *type_name, in prop_add_one() argument
210 type = lookup_prop_type(type_name, buf); in prop_add_one()
316 char_u *type_name; in f_prop_add_list() local
343 type_name = dict_get_string(dict, (char_u *)"type", FALSE); in f_prop_add_list()
370 if (prop_add_one(buf, type_name, id, start_lnum, end_lnum, in f_prop_add_list()
394 char_u *type_name; in prop_add_common() local
403 type_name = dict_get_string(dict, (char_u *)"type", FALSE); in prop_add_common()
448 prop_add_one(buf, type_name, id, start_lnum, end_lnum, start_col, end_col); in prop_add_common()
H A Dscriptfile.c125 char *type_name; in estack_sfile() local
151 type_name = ""; in estack_sfile()
156 case ETYPE_SCRIPT: type_name = "script "; break; in estack_sfile()
157 case ETYPE_UFUNC: type_name = "function "; break; in estack_sfile()
158 default: type_name = ""; break; in estack_sfile()
162 len += STRLEN(type_name); in estack_sfile()
175 type_name, entry->es_name, dots); in estack_sfile()
178 type_name, entry->es_name, lnum, dots); in estack_sfile()
H A Dgui_gtk_f.c216 form_info.type_name = "GtkForm"; in G_DEFINE_TYPE()
H A Duserfunc.c3471 msg_puts(type_name(fp->uf_arg_types[j], &tofree)); in list_func_head()
3498 msg_puts(type_name(fp->uf_va_type, &tofree)); in list_func_head()
3511 msg_puts(type_name(fp->uf_ret_type, &tofree)); in list_func_head()
H A Dvim9execute.c5689 type_name(ct->ct_type, &tofree), in list_instructions()
5694 type_name(ct->ct_type, &tofree), in list_instructions()
5709 type_name(iptr->isn_arg.type.ct_type, &tofree)); in list_instructions()
H A Dvim9compile.c2212 name, type_name(type, &tofree)); in generate_STRINGMEMBER()
/vim-8.2.3635/src/proto/
H A Dvim9type.pro26 char *type_name(type_T *type, char **tofree);
/vim-8.2.3635/runtime/syntax/
H A Drego.vim32 syn keyword regoFuncTypes is_number is_string is_boolean is_array is_set is_object is_null type_name