Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlua.c154 static int docall (lua_State *L, int narg, int nres) { in docall() function
197 if (status == LUA_OK) status = docall(L, 0, 0); in dochunk()
231 status = docall(L, 1, 1); /* call 'require(modname)' */ in dolibrary()
265 status = docall(L, n, LUA_MULTRET); in handle_script()
609 status = docall(L, 0, LUA_MULTRET); in doREPL()