Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c172 ufunc_T *ctx_ufunc; // current function member
279 char_u *arg = FUNCARG(cctx->ctx_ufunc, idx); in arg_exists()
287 *idxp = idx - (cctx->ctx_ufunc->uf_args.ga_len in arg_exists()
291 if (cctx->ctx_ufunc->uf_arg_types != NULL) in arg_exists()
300 va_name = cctx->ctx_ufunc->uf_va_name; in arg_exists()
308 *type = cctx->ctx_ufunc->uf_va_type; in arg_exists()
377 ufunc = cctx->ctx_ufunc; in find_script_var()
604 + cctx->ctx_ufunc->uf_dfunc_idx; in generate_instr_debug()
1684 cctx->ctx_ufunc->uf_flags |= FC_CLOSURE; in generate_FUNCREF()
5708 cctx->ctx_ufunc->uf_ret_type = stack_type; in compile_return()
[all …]