Searched refs:ccall (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/lua/src/ |
| H A D | ldo.c | 635 l_sinline void ccall (lua_State *L, StkId func, int nResults, l_uint32 inc) { in ccall() function 654 ccall(L, func, nResults, 1); in luaD_call() 662 ccall(L, func, nResults, nyci); in luaD_callnoyield() 797 ccall(L, firstArg - 1, LUA_MULTRET, 0); /* just call its body */ in resume()
|