Searched refs:docall (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/lua/src/ |
H A D | lua.c | 153 static int docall (lua_State *L, int narg, int nres) { in docall() function 196 if (status == LUA_OK) status = docall(L, 0, 0); in dochunk() 225 status = docall(L, 1, 1); /* call 'require(modname)' */ in dolibrary() 256 status = docall(L, n, LUA_MULTRET); in handle_script() 601 status = docall(L, 0, LUA_MULTRET); in doREPL()
|