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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
ltablib.c 70 int pos = luaL_optint(L, 2, size);
99 i = luaL_optint(L, 3, 1);
139 i = luaL_optint(L, 2, 1);
lbaselib.c 90 int level = luaL_optint(L, 2, 1);
168 int ex = luaL_optint(L, 2, 0);
ldblib.c 307 count = luaL_optint(L, arg+3, 0);
366 int level = luaL_optint(L, arg + 2, (L == L1) ? 1 : 0);
lbitlib.c 157 int w = luaL_optint(L, farg + 1, 1);
loslib.c 292 status = luaL_optint(L, 1, EXIT_SUCCESS);
  /device/linaro/bootloader/edk2/StdLib/Include/Lua/
lauxlib.h 118 #define luaL_optint(L,n,d) ((int)luaL_optinteger(L, (n), (d)))
  /external/lua/src/
lauxlib.h 252 #define luaL_optint(L,n,d) ((int)luaL_optinteger(L, (n), (d)))

Completed in 4330 milliseconds