Searched refs:docall (Results 1 – 2 of 2) sorted by relevance
/external/skia/third_party/lua/src/ |
D | lua.c | 172 static int docall (lua_State *L, int narg, int nres) { in docall() function 212 if (status == LUA_OK) status = docall(L, 0, 0); in dofile() 219 if (status == LUA_OK) status = docall(L, 0, 0); in dostring() 228 status = docall(L, 1, 1); /* call 'require(name)' */ in dolibrary() 308 if (status == LUA_OK) status = docall(L, 0, LUA_MULTRET); in dotty() 337 status = docall(L, narg, LUA_MULTRET); in handle_script()
|
/external/syslinux/com32/lua/src/ |
D | lua.c | 179 static int docall (lua_State *L, int narg, int nres) { in docall() function 219 if (status == LUA_OK) status = docall(L, 0, 0); in dofile() 226 if (status == LUA_OK) status = docall(L, 0, 0); in dostring() 235 status = docall(L, 1, 1); /* call 'require(name)' */ in dolibrary() 315 if (status == LUA_OK) status = docall(L, 0, LUA_MULTRET); in dotty() 344 status = docall(L, narg, LUA_MULTRET); in handle_script()
|