Searched refs:lua_tounsignedx (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/openzfs/include/sys/lua/ |
H A D | lua.h | 170 LUA_API lua_Unsigned (lua_tounsignedx) (lua_State *L, int idx, int *isnum); 321 #define lua_tounsigned(L,i) lua_tounsignedx(L,i,NULL)
|
/freebsd/contrib/lua/src/ |
H A D | lua.h | 418 #define lua_tounsignedx(L,i,is) ((lua_Unsigned)lua_tointegerx(L,i,is)) macro 419 #define lua_tounsigned(L,i) lua_tounsignedx(L,(i),NULL)
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lauxlib.c | 360 lua_Unsigned d = lua_tounsignedx(L, narg, &isnum); in luaL_checkunsigned()
|
H A D | lapi.c | 365 LUA_API lua_Unsigned lua_tounsignedx (lua_State *L, int idx, int *isnum) { in lua_tounsignedx() function
|