Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dltm.c115 luaD_callnoyield(L, func, 0); in luaT_callTM()
131 luaD_callnoyield(L, func, 1); in luaT_callTMres()
H A Dldo.h73 LUAI_FUNC void luaD_callnoyield (lua_State *L, StkId func, int nResults);
H A Dlfunc.c117 luaD_callnoyield(L, top, 0); in callclosemethod()
H A Dlapi.c1020 luaD_callnoyield(L, func, nresults); /* just do the call */ in lua_callk()
1038 luaD_callnoyield(L, c->func, c->nresults); in f_call()
H A Dldebug.c816 luaD_callnoyield(L, L->top.p - 2, 1); /* call it */ in luaG_errormsg()
H A Dldo.c654 void luaD_callnoyield (lua_State *L, StkId func, int nResults) { in luaD_callnoyield() function
H A Dlgc.c901 luaD_callnoyield(L, L->top.p - 2, 0); in dothecall()