Lines Matching defs:type_gap
28 get_type_ptr(garray_T *type_gap) in get_type_ptr()
106 get_list_type(type_T *member_type, garray_T *type_gap) in get_list_type()
135 get_dict_type(type_T *member_type, garray_T *type_gap) in get_dict_type()
167 alloc_func_type(type_T *ret_type, int argcount, garray_T *type_gap) in alloc_func_type()
186 get_func_type(type_T *ret_type, int argcount, garray_T *type_gap) in get_func_type()
237 garray_T *type_gap) in func_type_add_arg_types()
258 typval2type_int(typval_T *tv, int copyID, garray_T *type_gap, int do_member) in typval2type_int()
415 typval2type(typval_T *tv, int copyID, garray_T *type_gap, int do_member) in typval2type()
433 typval2type_vimvar(typval_T *tv, garray_T *type_gap) in typval2type_vimvar()
716 garray_T *type_gap, in parse_type_member()
759 parse_type(char_u **arg, garray_T *type_gap, int give_error) in parse_type()
1032 common_type(type_T *type1, type_T *type2, type_T **dest, garray_T *type_gap) in common_type()
1115 garray_T *type_gap) in get_member_type_from_stack()