Searched refs:LUA_INTEGER (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlua.h105 typedef LUA_INTEGER lua_Integer;
H A Dluaconf.h454 @@ LUA_INTEGER is the integral type used by lua_pushinteger/lua_tointeger.
458 #define LUA_INTEGER ptrdiff_t macro
483 @@ LUA_IEEELL extends the trick to LUA_INTEGER; should only be
484 ** defined when LUA_INTEGER is a 32-bit integer.
/freebsd-11-stable/contrib/lua/src/
H A Dlua.h93 typedef LUA_INTEGER lua_Integer;
/freebsd-11-stable/libexec/flua/
H A Dluaconf.h455 (*(p) = (LUA_INTEGER)(n), 1))
515 @@ LUA_INTEGER is the integer type used by Lua.
517 @@ LUA_UNSIGNED is the unsigned version of LUA_INTEGER.
523 @@ LUA_MAXINTEGER is the maximum value for a LUA_INTEGER.
524 @@ LUA_MININTEGER is the minimum value for a LUA_INTEGER.
533 #define LUAI_UACINT LUA_INTEGER
549 #define LUA_INTEGER int macro
557 #define LUA_INTEGER long macro
569 #define LUA_INTEGER long long macro
578 #define LUA_INTEGER __int6 macro
[all...]
/freebsd-11-stable/stand/liblua/
H A Dluaconf.h453 (*(p) = (LUA_INTEGER)(n), 1)
538 @@ LUA_INTEGER is the integer type used by Lua.
540 @@ LUA_UNSIGNED is the unsigned version of LUA_INTEGER.
546 @@ LUA_MAXINTEGER is the maximum value for a LUA_INTEGER.
547 @@ LUA_MININTEGER is the minimum value for a LUA_INTEGER.
556 #define LUAI_UACINT LUA_INTEGER
572 #define LUA_INTEGER int macro
580 #define LUA_INTEGER long macro
592 #define LUA_INTEGER long long macro
601 #define LUA_INTEGER __int6 macro
[all...]

Completed in 125 milliseconds