Home
last modified time | relevance | path

Searched refs:luaD_callnoyield (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/lua/src/
H A Dldo.h44 LUAI_FUNC void luaD_callnoyield (lua_State *L, StkId func, int nResults);
H A Dltm.c116 luaD_callnoyield(L, func, hasres); in luaT_callTM()
H A Dlapi.c925 luaD_callnoyield(L, func, nresults); /* just do the call */ in lua_callk()
943 luaD_callnoyield(L, c->func, c->nresults); in f_call()
H A Dldebug.c646 luaD_callnoyield(L, L->top - 2, 1); /* call it */ in luaG_errormsg()
H A Dldo.c507 void luaD_callnoyield (lua_State *L, StkId func, int nResults) { in luaD_callnoyield() function
H A Dlgc.c803 luaD_callnoyield(L, L->top - 2, 0); in dothecall()