Home
last modified time | relevance | path

Searched refs:nResults (Results 1 – 2 of 2) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dldo.h62 LUAI_FUNC CallInfo *luaD_precall (lua_State *L, StkId func, int nResults);
63 LUAI_FUNC void luaD_call (lua_State *L, StkId func, int nResults);
64 LUAI_FUNC void luaD_callnoyield (lua_State *L, StkId func, int nResults);
A Dldo.c570 static void ccall (lua_State *L, StkId func, int nResults, int inc) { in ccall() argument
575 if ((ci = luaD_precall(L, func, nResults)) != NULL) { /* Lua function? */ in ccall()
586 void luaD_call (lua_State *L, StkId func, int nResults) { in luaD_call() argument
587 ccall(L, func, nResults, 1); in luaD_call()
594 void luaD_callnoyield (lua_State *L, StkId func, int nResults) { in luaD_callnoyield() argument
595 ccall(L, func, nResults, nyci); in luaD_callnoyield()

Completed in 4 milliseconds