Searched refs:lua_tointeger (Results 1 – 12 of 12) sorted by relevance
/l4re-core-master/ned/server/src/ |
A D | lua_sleep.cc | 24 int s = lua_tointeger(l, 1); in sleep() 36 int s = lua_tointeger(l, 1); in msleep()
|
A D | lua_ns.cc | 33 = (L4_cap_fpage_rights)lua_tointeger(l, lua_upvalueindex(3)); in __lookup()
|
A D | lua_cap.cc | 114 rights = lua_tointeger(l, 2); in __set_mode_call()
|
A D | lua_exec.cc | 107 r = lua_tointeger(_lua, -1); in _cfg_integer()
|
/l4re-core-master/lua/lib/contrib/src/ |
A D | lmathlib.c | 31 lua_Integer n = lua_tointeger(L, 1); in math_abs() 119 lua_Integer d = lua_tointeger(L, 2); in math_fmod() 125 lua_pushinteger(L, lua_tointeger(L, 1) % d); in math_fmod()
|
A D | lutf8lib.c | 227 lua_Integer n = lua_tointeger(L, 2) - 1; in iter_aux()
|
A D | liolib.c | 632 int n = (int)lua_tointeger(L, lua_upvalueindex(2)); in io_readline() 668 (LUAI_UACINT)lua_tointeger(L, arg)) in g_write()
|
A D | lauxlib.c | 674 ref = (int)lua_tointeger(L, -1); /* ref = t[freelist] */ in luaL_ref() 892 lua_pushfstring(L, "%I", (LUAI_UACINT)lua_tointeger(L, idx)); in luaL_tolstring()
|
A D | lua.c | 601 int argc = (int)lua_tointeger(L, 1); in pmain()
|
A D | lua.h | 363 #define lua_tointeger(L,i) lua_tointegerx(L,(i),NULL) macro
|
A D | luac.c | 171 int argc=(int)lua_tointeger(L,1); in pmain()
|
A D | lstrlib.c | 1171 lua_Integer n = lua_tointeger(L, arg); in addliteral()
|
Completed in 22 milliseconds