Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Devalfunc.c1048 char f_argtype; // for method: FEARG_ values member
2512 return global_functions[idx].f_argtype; in check_internal_func()
2570 if (global_functions[fi].f_argtype == 0) in call_internal_method()
2577 if (global_functions[fi].f_argtype == FEARG_LAST) in call_internal_method()
2584 else if (global_functions[fi].f_argtype == FEARG_2) in call_internal_method()
2592 else if (global_functions[fi].f_argtype == FEARG_3) in call_internal_method()
2601 else if (global_functions[fi].f_argtype == FEARG_4) in call_internal_method()