Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlobject.h135 #define ttisshrstring(o) checktag((o), ctb(LUA_TSHRSTR)) macro
H A Dltable.c471 if (ttisshrstring(gkey(n)) && eqshrstr(rawtsvalue(gkey(n)), key)) in luaH_getstr()
/freebsd/contrib/lua/src/
H A Dlobject.h364 #define ttisshrstring(o) checktag((o), ctb(LUA_VSHRSTR)) macro
H A Dlapi.c1244 if (ttisshrstring(errobj) && eqshrstr(tsvalue(errobj), G(L)->memerrmsg)) in lua_error()
H A Dlcode.c1229 ttisshrstring(&fs->f->k[e->u.info])); in isKstr()
H A Dlvm.c625 #define isemptystr(o) (ttisshrstring(o) && tsvalue(o)->shrlen == 0)