Searched refs:arg_list_or_blob (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | evalfunc.c | 313 arg_list_or_blob(type_T *type, argcontext_T *context) in arg_list_or_blob() function 703 static argcheck_T arg1_list_or_blob[] = {arg_list_or_blob}; 731 static argcheck_T arg2_listblob_item[] = {arg_list_or_blob, arg_item_of_prev}; 795 static argcheck_T arg24_index[] = {arg_list_or_blob, arg_item_of_prev, arg_number, arg_bool}; 796 static argcheck_T arg23_insert[] = {arg_list_or_blob, arg_item_of_prev, arg_number}; 804 static argcheck_T arg23_reduce[] = {arg_list_or_blob, NULL, NULL}; 822 static argcheck_T arg23_writefile[] = {arg_list_or_blob, arg_string, arg_string};
|