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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lgc.c 803 static void dothecall (lua_State *L, void *ud) { function
824 status = luaD_pcall(L, dothecall, NULL, savestack(L, L->top - 2), 0);
    [all...]
  /external/skia/third_party/lua/src/
lgc.c 796 static void dothecall (lua_State *L, void *ud) { function
817 status = luaD_pcall(L, dothecall, NULL, savestack(L, L->top - 2), 0);
    [all...]
  /external/syslinux/com32/lua/src/
lgc.c 803 static void dothecall (lua_State *L, void *ud) { function
824 status = luaD_pcall(L, dothecall, NULL, savestack(L, L->top - 2), 0);
    [all...]

Completed in 1075 milliseconds