Searched refs:ifunc (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/
H A Deval.c851 NODE *ifunc = (NODE *)iseq; local
852 if (ifunc->nd_aid) return ifunc->nd_aid;
853 return rb_intern("<ifunc>");
881 NODE *ifunc = (NODE *)iseq; local
882 if (ifunc->nd_aid) return ifunc->nd_aid;
883 return rb_intern("<ifunc>");
H A Dvm_insnhelper.c2086 NODE *ifunc = (NODE *) block->iseq; local
2112 vm_push_frame(th, (rb_iseq_t *)ifunc, VM_FRAME_MAGIC_IFUNC, self,
2116 val = (*ifunc->nd_cfnc) (arg, ifunc->nd_tval, argc, argv, blockarg);
/macosx-10.9.5/zsh-60/zsh/Src/Zle/
H A Dzle_thingy.c276 addzlefunction(char *name, ZleIntFunc ifunc, int flags) argument
292 w->u.fn = ifunc;

Completed in 168 milliseconds