Searched refs:ttisshrstring (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlobject.h136 #define ttisshrstring(o) checktag((o), ctb(LUA_TSHRSTR)) macro
H A Dltable.c472 if (ttisshrstring(gkey(n)) && eqshrstr(rawtsvalue(gkey(n)), key))
/freebsd-13-stable/contrib/lua/src/
H A Dlobject.h342 #define ttisshrstring(o) checktag((o), ctb(LUA_VSHRSTR)) macro
H A Dlapi.c1211 if (ttisshrstring(errobj) && eqshrstr(tsvalue(errobj), G(L)->memerrmsg))
H A Dlcode.c1209 ttisshrstring(&fs->f->k[e->u.info]));
H A Dlvm.c626 #define isemptystr(o) (ttisshrstring(o) && tsvalue(o)->shrlen == 0)

Completed in 189 milliseconds