Searched refs:lua_tointeger (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | liolib.c | 438 size_t l = (size_t)lua_tointeger(L, n); in g_read() 487 int n = (int)lua_tointeger(L, lua_upvalueindex(2)); in io_readline()
|
D | ldblib.c | 118 if (!lua_getstack(L1, (int)lua_tointeger(L, arg+1), &ar)) { in db_getinfo()
|
D | lauxlib.c | 530 ref = (int)lua_tointeger(L, -1); /* ref = t[freelist] */ in luaL_ref() 953 if (lua_tointeger(L, -1) != -0x1234 || in luaL_checkversion_()
|
D | lua.c | 439 int argc = (int)lua_tointeger(L, 1); in pmain()
|
D | luac.c | 164 int argc=(int)lua_tointeger(L,1); in pmain()
|
D | lstrlib.c | 650 for (src = s + (size_t)lua_tointeger(L, lua_upvalueindex(3)); in gmatch_aux()
|
/device/linaro/bootloader/edk2/StdLib/Include/Lua/ |
D | lua.h | 320 #define lua_tointeger(L,i) lua_tointegerx(L,i,NULL) macro
|