HomeSort by relevance Sort by last modified time
    Searched refs:docall (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lua.c 172 static int docall (lua_State *L, int narg, int nres) { function
212 if (status == LUA_OK) status = docall(L, 0, 0);
219 if (status == LUA_OK) status = docall(L, 0, 0);
228 status = docall(L, 1, 1); /* call 'require(name)' */
308 if (status == LUA_OK) status = docall(L, 0, LUA_MULTRET);
337 status = docall(L, narg, LUA_MULTRET);
  /external/syslinux/com32/lua/src/
lua.c 179 static int docall (lua_State *L, int narg, int nres) { function
219 if (status == LUA_OK) status = docall(L, 0, 0);
226 if (status == LUA_OK) status = docall(L, 0, 0);
235 status = docall(L, 1, 1); /* call 'require(name)' */
315 if (status == LUA_OK) status = docall(L, 0, LUA_MULTRET);
344 status = docall(L, narg, LUA_MULTRET);

Completed in 174 milliseconds