Searched refs:compile_def_function (Results 1 – 8 of 8) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | vim9compile.pro | 21 int compile_def_function(ufunc_T *ufunc, int check_return_type, compiletype_T compile_type, cctx_T …
|
| /vim-8.2.3635/src/ |
| H A D | vim9compile.c | 2034 && compile_def_function(ufunc, ufunc->uf_ret_type == NULL, in generate_CALL() 3110 && compile_def_function(ufunc, TRUE, COMPILE_TYPE(ufunc), NULL) in generate_funcref() 3727 compile_def_function(ufunc, FALSE, cctx->ctx_compile_type, cctx); in compile_lambda() 3733 compile_def_function(ufunc, FALSE, CT_NONE, cctx); in compile_lambda() 3794 compile_def_function(ufunc, FALSE, CT_NONE, NULL); in get_lambda_tv_and_compile() 5871 && compile_def_function(ufunc, TRUE, compile_type, cctx) == FAIL) in compile_nested_function() 5881 compile_def_function(ufunc, FALSE, CT_NONE, cctx); in compile_nested_function() 9545 compile_def_function( in compile_def_function() function
|
| H A D | vim9execute.c | 302 res = compile_def_function(ufunc, FALSE, COMPILE_TYPE(ufunc), NULL); in call_dfunc() 848 && compile_def_function(ufunc, FALSE, compile_type, NULL) in call_ufunc() 4693 && compile_def_function(ufunc, FALSE, COMPILE_TYPE(ufunc), NULL) in call_def_function() 5893 && compile_def_function(ufunc, FALSE, compile_type, NULL) == FAIL) in ex_disassemble()
|
| H A D | vim9type.c | 358 && compile_def_function(ufunc, TRUE, CT_NONE, NULL) in typval2type_int()
|
| H A D | eval.c | 3551 if (compile_def_function(ufunc, in eval7()
|
| H A D | userfunc.c | 4542 (void)compile_def_function(ufunc, FALSE, CT_NONE, NULL); in ex_defcompile()
|
| /vim-8.2.3635/src/po/ |
| H A D | eo.po | 6653 msgid "E1028: compile_def_function failed" 6654 msgstr "E1028: compile_def_function malsukcesis"
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version8.txt | 46270 Solution: Restart the loop after a call to compile_def_function() caused the
|