Searched refs:arg_bool (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | evalfunc.c | 304 arg_bool(type_T *type, argcontext_T *context) in arg_bool() function 693 static argcheck_T arg1_bool[] = {arg_bool}; 714 static argcheck_T arg2_buffer_bool[] = {arg_buffer, arg_bool}; 730 static argcheck_T arg2_list_number_bool[] = {arg_list_number, arg_bool}; 736 static argcheck_T arg2_number_bool[] = {arg_number, arg_bool}; 744 static argcheck_T arg2_string_bool[] = {arg_string, arg_bool}; 768 static argcheck_T arg3_string_bool_bool[] = {arg_string, arg_bool, arg_bool}; 788 static argcheck_T arg12_deepcopy[] = {NULL, arg_bool}; 793 static argcheck_T arg14_glob[] = {arg_string, arg_bool, arg_bool, arg_bool}; 794 static argcheck_T arg25_globpath[] = {arg_string, arg_string, arg_bool, arg_bool, arg_bool}; [all …]
|