Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dvim9compile.pro21 int compile_def_function(ufunc_T *ufunc, int check_return_type, compiletype_T compile_type, cctx_T …
/vim-8.2.3635/src/
H A Dvim9compile.c2034 && 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 Dvim9execute.c302 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 Dvim9type.c358 && compile_def_function(ufunc, TRUE, CT_NONE, NULL) in typval2type_int()
H A Deval.c3551 if (compile_def_function(ufunc, in eval7()
H A Duserfunc.c4542 (void)compile_def_function(ufunc, FALSE, CT_NONE, NULL); in ex_defcompile()
/vim-8.2.3635/src/po/
H A Deo.po6653 msgid "E1028: compile_def_function failed"
6654 msgstr "E1028: compile_def_function malsukcesis"
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt46270 Solution: Restart the loop after a call to compile_def_function() caused the