| /freebsd-13.1/contrib/lua/src/ |
| H A D | ldblib.c | 161 if (!lua_getstack(L1, (int)luaL_checkinteger(L, arg + 1), &ar)) { in db_getinfo() 205 int nvar = (int)luaL_checkinteger(L, arg + 2); /* local-variable index */ in db_getlocal() 214 int level = (int)luaL_checkinteger(L, arg + 1); in db_getlocal() 238 int level = (int)luaL_checkinteger(L, arg + 1); in db_setlocal() 239 int nvar = (int)luaL_checkinteger(L, arg + 2); in db_setlocal() 259 int n = (int)luaL_checkinteger(L, 2); /* upvalue index */ in auxupvalue() 286 int nup = (int)luaL_checkinteger(L, argnup); /* upvalue index */ in checkupval() 449 int limit = (int)luaL_checkinteger(L, 1); in db_setcstacklimit()
|
| H A D | ltablib.c | 71 pos = luaL_checkinteger(L, 2); /* 2nd argument is the position */ in tinsert() 115 lua_Integer f = luaL_checkinteger(L, 2); in tmove() 116 lua_Integer e = luaL_checkinteger(L, 3); in tmove() 117 lua_Integer t = luaL_checkinteger(L, 4); in tmove() 196 lua_Integer e = luaL_opt(L, luaL_checkinteger, 3, luaL_len(L, 1)); in tunpack()
|
| H A D | lmathlib.c | 163 lua_Integer a = luaL_checkinteger(L, 1); in math_ult() 164 lua_Integer b = luaL_checkinteger(L, 2); in math_ult() 568 up = luaL_checkinteger(L, 1); in math_random() 576 low = luaL_checkinteger(L, 1); in math_random() 577 up = luaL_checkinteger(L, 2); in math_random() 623 lua_Integer n1 = luaL_checkinteger(L, 1); in math_randomseed() 689 int ep = (int)luaL_checkinteger(L, 2); in math_ldexp()
|
| H A D | lauxlib.h | 61 LUALIB_API lua_Integer (luaL_checkinteger) (lua_State *L, int arg); 259 #define luaL_checkunsigned(L,a) ((lua_Unsigned)luaL_checkinteger(L,a)) 263 #define luaL_checkint(L,n) ((int)luaL_checkinteger(L, (n))) 266 #define luaL_checklong(L,n) ((long)luaL_checkinteger(L, (n)))
|
| H A D | lbaselib.c | 100 lua_Integer base = luaL_checkinteger(L, 2); in luaB_tonumber() 282 lua_Integer i = luaL_checkinteger(L, 2) + 1; in ipairsaux() 423 lua_Integer i = luaL_checkinteger(L, 1); in luaB_select()
|
| H A D | lutf8lib.c | 152 lua_Unsigned code = (lua_Unsigned)luaL_checkinteger(L, arg); in pushutfchar() 186 lua_Integer n = luaL_checkinteger(L, 2); in byteoffset()
|
| H A D | lstrlib.c | 103 size_t start = posrelatI(luaL_checkinteger(L, 2), l); in str_sub() 153 lua_Integer n = luaL_checkinteger(L, 2); in str_rep() 200 lua_Unsigned c = (lua_Unsigned)luaL_checkinteger(L, i); in str_char() 1252 nb = l_sprintf(buff, maxitem, form, (int)luaL_checkinteger(L, arg)); 1257 lua_Integer n = luaL_checkinteger(L, arg); 1582 lua_Integer n = luaL_checkinteger(L, arg); 1591 lua_Integer n = luaL_checkinteger(L, arg);
|
| H A D | loslib.c | 69 #define l_gettime(L,arg) luaL_checkinteger(L, arg)
|
| H A D | lauxlib.c | 442 LUALIB_API lua_Integer luaL_checkinteger (lua_State *L, int arg) { in luaL_checkinteger() function 454 return luaL_opt(L, luaL_checkinteger, arg, def); in luaL_optinteger()
|
| H A D | liolib.c | 574 size_t l = (size_t)luaL_checkinteger(L, n); in g_read()
|
| /freebsd-13.1/sys/contrib/openzfs/include/sys/lua/ |
| H A D | lauxlib.h | 41 LUALIB_API lua_Integer (luaL_checkinteger) (lua_State *L, int numArg); 105 #define luaL_checkint(L,n) ((int)luaL_checkinteger(L, (n))) 107 #define luaL_checklong(L,n) ((long)luaL_checkinteger(L, (n)))
|
| /freebsd-13.1/libexec/flua/modules/ |
| H A D | lposix.c | 55 mode = (mode_t)luaL_checkinteger(L, 2); in lua_chmod()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/lua/ |
| H A D | lua-typemaps.swig | 78 $2 = luaL_checkinteger(L, $input);
|
| /freebsd-13.1/sys/contrib/openzfs/module/lua/ |
| H A D | lauxlib.c | 349 LUALIB_API lua_Integer luaL_checkinteger (lua_State *L, int narg) { in luaL_checkinteger() function 369 return luaL_opt(L, luaL_checkinteger, narg, def); in luaL_optinteger()
|
| H A D | lstrlib.c | 66 size_t start = posrelat(luaL_checkinteger(L, 2), l); in str_sub()
|
| /freebsd-13.1/lib/flua/libjail/ |
| H A D | lua_jail.c | 285 jid = luaL_checkinteger(L, 1); in l_getname()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 38829 arg3 = luaL_checkinteger(L, 2); in _wrap_SBProcess_GetSTDOUT() 38872 arg3 = luaL_checkinteger(L, 2); in _wrap_SBProcess_GetSTDERR() 38915 arg3 = luaL_checkinteger(L, 2); in _wrap_SBProcess_GetAsyncProfileData() 40111 arg4 = luaL_checkinteger(L, 3); in _wrap_SBProcess_ReadCStringFromMemory() 44866 arg3 = luaL_checkinteger(L, 2); in _wrap_SBStructuredData_GetStringValue()
|