Home
last modified time | relevance | path

Searched refs:ttisfunction (Results 1 – 25 of 540) sorted by relevance

12345678910>>...22

/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/source/
H A Dlvm.cpp127 if (ttisfunction(tm)) { in luaV_index()
139 if (ttisfunction(tm)) { in luaV_getnotable()
185 if (ttisfunction(tm)) { in luaV_settable()
201 if (!ttisfunction(tm)) return 0; in call_binTM()
362 if (!ttisfunction(f)) in Arith()
678 lua_assert(ttisfunction(ci->base - 1) && (ci->state & CI_SAVEDPC)); in luaV_execute()
/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/headers/
H A Dlobject.h74 #define ttisfunction(o) (ttype(o) == LUA_TFUNCTION) macro
87 #define clvalue(o) check_exp(ttisfunction(o), &(o)->value.gc->cl)
/dports/games/libretro-scummvm/scummvm-7b1e929/common/lua/
H A Dlobject.h83 #define ttisfunction(o) (ttype(o) == LUA_TFUNCTION) macro
98 #define clvalue(o) check_exp(ttisfunction(o), &(o)->value.gc->cl)
/dports/games/palomino/palomino/src/lua_lang/
H A Dlobject.h83 #define ttisfunction(o) (ttype(o) == LUA_TFUNCTION) macro
98 #define clvalue(o) check_exp(ttisfunction(o), &(o)->value.gc->cl)
/dports/games/hedgewars-server/hedgewars-src-1.0.0/misc/liblua/
H A Dlobject.h83 #define ttisfunction(o) (ttype(o) == LUA_TFUNCTION) macro
98 #define clvalue(o) check_exp(ttisfunction(o), &(o)->value.gc->cl)
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/lua/
H A Dlobject.h83 #define ttisfunction(o) (ttype(o) == LUA_TFUNCTION) macro
98 #define clvalue(o) check_exp(ttisfunction(o), &(o)->value.gc->cl)
/dports/graphics/aloadimage/arcan-0.6.1/external/lua/
H A Dlobject.h83 #define ttisfunction(o) (ttype(o) == LUA_TFUNCTION) macro
98 #define clvalue(o) check_exp(ttisfunction(o), &(o)->value.gc->cl)
/dports/games/hedgewars/hedgewars-src-1.0.0/misc/liblua/
H A Dlobject.h83 #define ttisfunction(o) (ttype(o) == LUA_TFUNCTION) macro
98 #define clvalue(o) check_exp(ttisfunction(o), &(o)->value.gc->cl)
/dports/games/stratagus/stratagus-3.2.0/third-party/lua-5.1.5/src/
H A Dlobject.h83 #define ttisfunction(o) (ttype(o) == LUA_TFUNCTION) macro
98 #define clvalue(o) check_exp(ttisfunction(o), &(o)->value.gc->cl)
/dports/sysutils/acfgfs/arcan-0.6.1/external/lua/
H A Dlobject.h83 #define ttisfunction(o) (ttype(o) == LUA_TFUNCTION) macro
98 #define clvalue(o) check_exp(ttisfunction(o), &(o)->value.gc->cl)
/dports/databases/redis-devel/redis-0e5b813/deps/lua/src/
H A Dlobject.h83 #define ttisfunction(o) (ttype(o) == LUA_TFUNCTION) macro
98 #define clvalue(o) check_exp(ttisfunction(o), &(o)->value.gc->cl)
/dports/databases/redis5/redis-5.0.14/deps/lua/src/
H A Dlobject.h83 #define ttisfunction(o) (ttype(o) == LUA_TFUNCTION) macro
98 #define clvalue(o) check_exp(ttisfunction(o), &(o)->value.gc->cl)
/dports/databases/redis6/redis-6.0.16/deps/lua/src/
H A Dlobject.h83 #define ttisfunction(o) (ttype(o) == LUA_TFUNCTION) macro
98 #define clvalue(o) check_exp(ttisfunction(o), &(o)->value.gc->cl)
/dports/editors/fxite/fxite-FXITE-0_92/lua/
H A Dlobject.h83 #define ttisfunction(o) (ttype(o) == LUA_TFUNCTION) macro
98 #define clvalue(o) check_exp(ttisfunction(o), &(o)->value.gc->cl)
/dports/lang/lua51/lua-5.1.5/src/
H A Dlobject.h83 #define ttisfunction(o) (ttype(o) == LUA_TFUNCTION) macro
98 #define clvalue(o) check_exp(ttisfunction(o), &(o)->value.gc->cl)
/dports/games/freeminer/freeminer-0.4.10.4/src/lua/src/
H A Dlobject.h83 #define ttisfunction(o) (ttype(o) == LUA_TFUNCTION) macro
98 #define clvalue(o) check_exp(ttisfunction(o), &(o)->value.gc->cl)
/dports/games/burrtools/burrtools-0.6.3/src/lua/
H A Dlobject.h83 #define ttisfunction(o) (ttype(o) == LUA_TFUNCTION) macro
98 #define clvalue(o) check_exp(ttisfunction(o), &(o)->value.gc->cl)
/dports/games/spring/spring_98.0/rts/lib/lua/src/
H A Dlobject.h83 #define ttisfunction(o) (ttype(o) == LUA_TFUNCTION) macro
98 #define clvalue(o) check_exp(ttisfunction(o), &(o)->value.gc->cl)
/dports/games/spring/spring_98.0/AI/Skirmish/Shard/lib/lua/
H A Dlobject.h83 #define ttisfunction(o) (ttype(o) == LUA_TFUNCTION) macro
98 #define clvalue(o) check_exp(ttisfunction(o), &(o)->value.gc->cl)
/dports/science/elmerfem/elmerfem-release-9.0/contrib/lua-5.1.5/src/
H A Dlobject.h83 #define ttisfunction(o) (ttype(o) == LUA_TFUNCTION) macro
98 #define clvalue(o) check_exp(ttisfunction(o), &(o)->value.gc->cl)
/dports/www/civetweb/civetweb-1.15/src/third_party/lua-5.1.5/src/
H A Dlobject.h83 #define ttisfunction(o) (ttype(o) == LUA_TFUNCTION) macro
98 #define clvalue(o) check_exp(ttisfunction(o), &(o)->value.gc->cl)
/dports/games/minetest/minetest-5.4.1/lib/lua/src/
H A Dlobject.h83 #define ttisfunction(o) (ttype(o) == LUA_TFUNCTION) macro
98 #define clvalue(o) check_exp(ttisfunction(o), &(o)->value.gc->cl)
/dports/games/naev/naev-0.7.0/lib/lua/
H A Dlobject.h83 #define ttisfunction(o) (ttype(o) == LUA_TFUNCTION) macro
98 #define clvalue(o) check_exp(ttisfunction(o), &(o)->value.gc->cl)
/dports/misc/xplr/xplr-0.17.0/cargo-crates/lua-src-543.1.0/lua-5.1.5/
H A Dlobject.h83 #define ttisfunction(o) (ttype(o) == LUA_TFUNCTION) macro
98 #define clvalue(o) check_exp(ttisfunction(o), &(o)->value.gc->cl)
/dports/games/ufoai/ufoai-2.5-source/src/game/lua/
H A Dlobject.h83 #define ttisfunction(o) (ttype(o) == LUA_TFUNCTION) macro
98 #define clvalue(o) check_exp(ttisfunction(o), &(o)->value.gc->cl)

12345678910>>...22