Home
last modified time | relevance | path

Searched refs:noLuaClosure (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dldebug.c30 #define noLuaClosure(f) ((f) == NULL || (f)->c.tt == LUA_TCCL) macro
191 if (noLuaClosure(cl)) { in funcinfo()
209 if (noLuaClosure(f)) { in collectvalidlines()
242 if (noLuaClosure(f)) { in auxgetinfo()
/freebsd-12.1/contrib/lua/src/
H A Dldebug.c34 #define noLuaClosure(f) ((f) == NULL || (f)->c.tt == LUA_TCCL) macro
212 if (noLuaClosure(cl)) { in funcinfo()
230 if (noLuaClosure(f)) { in collectvalidlines()
277 if (noLuaClosure(f)) { in auxgetinfo()