Searched refs:docall (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/lua/src/
H A Dlua.c132 static int docall (lua_State *L, int narg, int nres) { function
174 if (status == LUA_OK) status = docall(L, 0, 0);
197 status = docall(L, 1, 1); /* call 'require(name)' */
228 status = docall(L, n, LUA_MULTRET);
564 status = docall(L, 0, LUA_MULTRET);

Completed in 100 milliseconds