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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
ltablib.c 19 #define aux_getn(L,n) (luaL_checktype(L, n, LUA_TTABLE), luaL_len(L, n)) macro
42 int e = aux_getn(L, 1) + 1; /* first empty element */
69 int size = aux_getn(L, 1);
248 int n = aux_getn(L, 1);
  /external/syslinux/com32/lua/src/
ltablib.c 19 #define aux_getn(L,n) (luaL_checktype(L, n, LUA_TTABLE), luaL_len(L, n)) macro
42 int e = aux_getn(L, 1) + 1; /* first empty element */
69 int size = aux_getn(L, 1);
248 int n = aux_getn(L, 1);

Completed in 230 milliseconds