Home
last modified time | relevance | path

Searched refs:luaS_eqlngstr (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstring.h39 LUAI_FUNC int luaS_eqlngstr (TString *a, TString *b);
H A Dlstring.c32 int luaS_eqlngstr (TString *a, TString *b) { in luaS_eqlngstr() function
46 (a->tsv.tt == LUA_TSHRSTR ? eqshrstr(a, b) : luaS_eqlngstr(a, b)); in luaS_eqstr()
H A Dlvm.c271 case LUA_TLNGSTR: return luaS_eqlngstr(rawtsvalue(t1), rawtsvalue(t2)); in luaV_equalobj_()