Searched refs:lua_tounsignedx (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | lua.h | 169 LUA_API lua_Unsigned (lua_tounsignedx) (lua_State *L, int idx, int *isnum); 320 #define lua_tounsigned(L,i) lua_tounsignedx(L,i,NULL)
|
| H A D | lauxlib.c | 361 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
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | lua.h | 386 #define lua_tounsignedx(L,i,is) ((lua_Unsigned)lua_tointegerx(L,i,is)) macro 387 #define lua_tounsigned(L,i) lua_tounsignedx(L,(i),NULL)
|