Searched refs:luaL_optint (Results 1 – 14 of 14) sorted by relevance
/external/syslinux/com32/lua/src/ |
D | cmenu.c | 23 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()
|
D | syslinux.c | 189 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()
|
D | ltablib.c | 70 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()
|
D | ldblib.c | 307 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()
|
D | lbaselib.c | 90 int level = luaL_optint(L, 2, 1); in luaB_error() 168 int ex = luaL_optint(L, 2, 0); in luaB_collectgarbage()
|
D | lbitlib.c | 157 int w = luaL_optint(L, farg + 1, 1); in fieldargs()
|
D | lauxlib.h | 118 #define luaL_optint(L,n,d) ((int)luaL_optinteger(L, (n), (d))) macro
|
D | loslib.c | 300 status = luaL_optint(L, 1, EXIT_SUCCESS); in os_exit()
|
/external/skia/third_party/lua/src/ |
D | ltablib.c | 70 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()
|
D | ldblib.c | 307 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()
|
D | lbaselib.c | 90 int level = luaL_optint(L, 2, 1); in luaB_error() 168 int ex = luaL_optint(L, 2, 0); in luaB_collectgarbage()
|
D | lbitlib.c | 156 int w = luaL_optint(L, farg + 1, 1); in fieldargs()
|
D | loslib.c | 292 status = luaL_optint(L, 1, EXIT_SUCCESS); in os_exit()
|
D | lauxlib.h | 118 #define luaL_optint(L,n,d) ((int)luaL_optinteger(L, (n), (d))) macro
|