Lines Matching defs:type

228 arg_float_or_nr(type_T *type, argcontext_T *context)  in arg_float_or_nr()
241 arg_number(type_T *type, argcontext_T *context) in arg_number()
250 arg_dict_any(type_T *type, argcontext_T *context) in arg_dict_any()
259 arg_list_any(type_T *type, argcontext_T *context) in arg_list_any()
268 arg_list_number(type_T *type, argcontext_T *context) in arg_list_number()
277 arg_list_string(type_T *type, argcontext_T *context) in arg_list_string()
286 arg_string(type_T *type, argcontext_T *context) in arg_string()
295 arg_blob(type_T *type, argcontext_T *context) in arg_blob()
304 arg_bool(type_T *type, argcontext_T *context) in arg_bool()
313 arg_list_or_blob(type_T *type, argcontext_T *context) in arg_list_or_blob()
326 arg_string_or_nr(type_T *type, argcontext_T *context) in arg_string_or_nr()
339 arg_buffer(type_T *type, argcontext_T *context) in arg_buffer()
352 arg_buffer_or_dict_any(type_T *type, argcontext_T *context) in arg_buffer_or_dict_any()
367 arg_lnum(type_T *type, argcontext_T *context) in arg_lnum()
380 arg_string_or_list_string(type_T *type, argcontext_T *context) in arg_string_or_list_string()
401 arg_string_or_list_any(type_T *type, argcontext_T *context) in arg_string_or_list_any()
414 arg_string_or_blob(type_T *type, argcontext_T *context) in arg_string_or_blob()
427 arg_list_or_dict(type_T *type, argcontext_T *context) in arg_list_or_dict()
440 arg_list_or_dict_or_blob(type_T *type, argcontext_T *context) in arg_list_or_dict_or_blob()
455 arg_job(type_T *type, argcontext_T *context) in arg_job()
464 arg_chan_or_job(type_T *type, argcontext_T *context) in arg_chan_or_job()
479 arg_same_as_prev(type_T *type, argcontext_T *context) in arg_same_as_prev()
492 arg_same_struct_as_prev(type_T *type, argcontext_T *context) in arg_same_struct_as_prev()
506 arg_item_of_prev(type_T *type, argcontext_T *context) in arg_item_of_prev()
526 arg_str_or_nr_or_list(type_T *type, argcontext_T *context) in arg_str_or_nr_or_list()
541 arg_dict_any_or_string(type_T *type, argcontext_T *context) in arg_dict_any_or_string()
556 arg_extend3(type_T *type, argcontext_T *context) in arg_extend3()
572 arg_get1(type_T *type, argcontext_T *context) in arg_get1()
591 arg_len1(type_T *type, argcontext_T *context) in arg_len1()
610 arg_remove2(type_T *type, argcontext_T *context) in arg_remove2()
626 arg_repeat1(type_T *type, argcontext_T *context) in arg_repeat1()
643 arg_slice1(type_T *type, argcontext_T *context) in arg_slice1()
660 arg_count1(type_T *type, argcontext_T *context) in arg_count1()
677 arg_cursor1(type_T *type, argcontext_T *context) in arg_cursor1()
2957 int type = VIM_GENERIC; in f_confirm() local
6684 libcall_common(typval_T *argvars UNUSED, typval_T *rettv, int type) in libcall_common()
6851 find_some_match(typval_T *argvars, typval_T *rettv, matchtype_T type) in find_some_match()