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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lbaselib.c 213 static int luaB_next (lua_State *L) {
226 return pairsmeta(L, "__pairs", 0, luaB_next);
429 {"next", luaB_next},
  /external/syslinux/com32/lua/src/
lbaselib.c 213 static int luaB_next (lua_State *L) {
226 return pairsmeta(L, "__pairs", 0, luaB_next);
429 {"next", luaB_next},

Completed in 1238 milliseconds