nResults 370 lib/lua/ldo.c LUAI_FUNC void luaD_call (lua_State *L, StkId func, int nResults) { nResults 377 lib/lua/ldo.c if (luaD_precall(L, func, nResults) == PCRLUA) /* is a Lua function? */ nResults 43 lib/lua/ldo.h LUAI_FUNC void luaD_call (lua_State *L, StkId func, int nResults);