Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmacros.h317 # define FUNCARG(fp, j) ((char_u **)(fp->uf_args.ga_data))[j] macro
H A Duserfunc.c2587 name = FUNCARG(fp, i); in call_user_func()
3465 msg_puts((char *)FUNCARG(fp, j)); in list_func_head()
H A Dvim9compile.c279 char_u *arg = FUNCARG(cctx->ctx_ufunc, idx); in arg_exists()