Home
last modified time | relevance | path

Searched refs:luaL_optint (Results 1 – 14 of 14) sorted by relevance

/external/syslinux/com32/lua/src/
Dcmenu.c23 luaL_optint (L, 2, -1))); in l_add_menu()
31 luaL_optint (L, 3, -1))); in l_add_named_menu()
38 luaL_optstring (L, 4, NULL), luaL_optint (L, 5, 0)); in l_add_item()
Dsyslinux.c189 uint32_t mem_limit = luaL_optint(L, 3, 0); in sl_boot_linux()
190 uint16_t video_mode = luaL_optint(L, 4, 0); in sl_boot_linux()
370 uint32_t mem_limit = luaL_optint(L, 4, 0); in sl_boot_it()
371 uint16_t video_mode = luaL_optint(L, 5, 0); in sl_boot_it()
389 int warm_boot = luaL_optint(L, 1, 0); in sl_reboot()
Dltablib.c70 int pos = luaL_optint(L, 2, size); in tremove()
99 i = luaL_optint(L, 3, 1); in tconcat()
139 i = luaL_optint(L, 2, 1); in unpack()
Dldblib.c307 count = luaL_optint(L, arg+3, 0); in db_sethook()
366 int level = luaL_optint(L, arg + 2, (L == L1) ? 1 : 0); in db_traceback()
Dlbaselib.c90 int level = luaL_optint(L, 2, 1); in luaB_error()
168 int ex = luaL_optint(L, 2, 0); in luaB_collectgarbage()
Dlbitlib.c157 int w = luaL_optint(L, farg + 1, 1); in fieldargs()
Dlauxlib.h118 #define luaL_optint(L,n,d) ((int)luaL_optinteger(L, (n), (d))) macro
Dloslib.c300 status = luaL_optint(L, 1, EXIT_SUCCESS); in os_exit()
/external/skia/third_party/lua/src/
Dltablib.c70 int pos = luaL_optint(L, 2, size); in tremove()
99 i = luaL_optint(L, 3, 1); in tconcat()
139 i = luaL_optint(L, 2, 1); in unpack()
Dldblib.c307 count = luaL_optint(L, arg+3, 0); in db_sethook()
366 int level = luaL_optint(L, arg + 2, (L == L1) ? 1 : 0); in db_traceback()
Dlbaselib.c90 int level = luaL_optint(L, 2, 1); in luaB_error()
168 int ex = luaL_optint(L, 2, 0); in luaB_collectgarbage()
Dlbitlib.c156 int w = luaL_optint(L, farg + 1, 1); in fieldargs()
Dloslib.c292 status = luaL_optint(L, 1, EXIT_SUCCESS); in os_exit()
Dlauxlib.h118 #define luaL_optint(L,n,d) ((int)luaL_optinteger(L, (n), (d))) macro