Searched refs:pfunc (Results 1 – 3 of 3) sorted by relevance
272 intpr(void (*pfunc)(char *), int af) in intpr()309 if (!pfunc) { in intpr()336 if (pfunc) { in intpr()338 (*pfunc)(name); in intpr()
25 - ti,has-pfunc: boolean; if defined, it indicates that SoC supports PFUNC
618 StkId pfunc = (ci+1)->func; /* previous function index */ in luaV_execute() local620 L->base = ci->base = ci->func + ((ci+1)->base - pfunc); in luaV_execute()621 for (aux = 0; pfunc+aux < L->top; aux++) /* move frame down */ in luaV_execute()622 setobjs2s(L, func+aux, pfunc+aux); in luaV_execute()