Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Devalfunc.c212 check_arg_type( in check_arg_type() function
243 return check_arg_type(&t_number, type, context); in arg_number()
252 return check_arg_type(&t_dict_any, type, context); in arg_dict_any()
261 return check_arg_type(&t_list_any, type, context); in arg_list_any()
288 return check_arg_type(&t_string, type, context); in arg_string()
297 return check_arg_type(&t_blob, type, context); in arg_blob()
306 return check_arg_type(&t_bool, type, context); in arg_bool()
457 return check_arg_type(&t_job, type, context); in arg_job()
483 return check_arg_type(prev_type, type, context); in arg_same_as_prev()
497 return check_arg_type(prev_type, type, context); in arg_same_struct_as_prev()
[all …]