Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Duserfunc.c523 fp->uf_def_status = UF_NOT_COMPILED; in register_cfunc()
1410 fp->uf_def_status = UF_NOT_COMPILED; in get_lambda_tv()
2487 if (fp->uf_def_status != UF_NOT_COMPILED) in call_user_func()
3022 fp->uf_def_status = UF_NOT_COMPILED; in free_all_functions()
3455 if (fp->uf_def_status != UF_NOT_COMPILED) in list_func_head()
3504 if (fp->uf_def_status != UF_NOT_COMPILED) in list_func_head()
4034 if (fp->uf_def_status != UF_NOT_COMPILED) in define_function()
4296 fp->uf_def_status = UF_NOT_COMPILED; in define_function()
4446 fp->uf_def_status = UF_NOT_COMPILED; in define_function()
H A Dvim9compile.c1965 case UF_NOT_COMPILED: in func_needs_compiling()
1997 if (ufunc->uf_def_status != UF_NOT_COMPILED in generate_CALL()
2046 ufunc->uf_def_status != UF_NOT_COMPILED ? ISN_DCALL in generate_CALL()
10640 dfunc->df_ufunc->uf_def_status = UF_NOT_COMPILED; in delete_def_function_contents()
10658 ufunc->uf_def_status = UF_NOT_COMPILED; in unlink_def_function()
H A Dstructs.h1606 UF_NOT_COMPILED, // executed with interpreter enumerator
H A Devalvars.c2984 && get_current_funccal()->func->uf_def_status == UF_NOT_COMPILED) in find_var_ht()
H A Deval.c271 && partial->pt_func->uf_def_status != UF_NOT_COMPILED) in eval_expr_typval()
H A Dvim9execute.c4690 if (ufunc->uf_def_status == UF_NOT_COMPILED in call_def_function()