Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9.h440 newfunc_T newfunc; member
H A Dvim9execute.c3195 newfunc_T *newfunc = &iptr->isn_arg.newfunc; in exec_instructions() local
3197 if (copy_func(newfunc->nf_lambda, newfunc->nf_global, in exec_instructions()
5466 newfunc_T *newfunc = &iptr->isn_arg.newfunc; in list_instructions() local
5469 newfunc->nf_lambda, newfunc->nf_global); in list_instructions()
H A Dif_py_both.h6613 DictionaryType.tp_new = (newfunc)DictionaryConstructor; in init_structs()
6633 ListType.tp_new = (newfunc)ListConstructor; in init_structs()
6652 FunctionType.tp_new = (newfunc)FunctionConstructor; in init_structs()
H A Dvim9compile.c1717 isn->isn_arg.newfunc.nf_lambda = lambda_name; in generate_NEWFUNC()
1718 isn->isn_arg.newfunc.nf_global = func_name; in generate_NEWFUNC()
10465 char_u *lambda = isn->isn_arg.newfunc.nf_lambda; in delete_instr()
10475 vim_free(isn->isn_arg.newfunc.nf_global); in delete_instr()