Home
last modified time | relevance | path

Searched refs:lua_tounsigned (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlua.h320 #define lua_tounsigned(L,i) lua_tounsignedx(L,i,NULL) macro
H A Dlauxlib.c786 lua_tounsigned(L, -1) != (lua_Unsigned)-0x1234) in luaL_checkversion_()
/freebsd-12.1/contrib/lua/src/
H A Dlua.h387 #define lua_tounsigned(L,i) lua_tounsignedx(L,(i),NULL) macro
H A Dluaconf.h.dist323 ** manipulating other integer types (lua_pushunsigned, lua_tounsigned,