Searched refs:newfunc (Results 1 – 4 of 4) sorted by relevance
440 newfunc_T newfunc; member
3195 newfunc_T *newfunc = &iptr->isn_arg.newfunc; in exec_instructions() local3197 if (copy_func(newfunc->nf_lambda, newfunc->nf_global, in exec_instructions()5466 newfunc_T *newfunc = &iptr->isn_arg.newfunc; in list_instructions() local5469 newfunc->nf_lambda, newfunc->nf_global); in list_instructions()
6613 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()
1717 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()