Searched refs:luaH_getstr (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dltm.c52 const TValue *tm = luaH_getstr(events, ename);
74 return (mt ? luaH_getstr(mt, G(L)->tmname[event]) : luaO_nilobject);
H A Dltable.h28 LUAI_FUNC const TValue *luaH_getstr (Table *t, TString *key);
H A Dltable.c468 const TValue *luaH_getstr (Table *t, TString *key) { function
485 case LUA_TSHRSTR: return luaH_getstr(t, rawtsvalue(key));
/freebsd-13-stable/contrib/lua/src/
H A Dltable.h42 LUAI_FUNC const TValue *luaH_getstr (Table *t, TString *key);
H A Dlapi.c618 if (luaV_fastget(L, t, str, slot, luaH_getstr)) {
799 if (luaV_fastget(L, t, str, slot, luaH_getstr)) {
H A Dltable.c741 const TValue *luaH_getstr (Table *t, TString *key) { function
H A Dlvm.c1349 if (luaV_fastget(L, rb, key, slot, luaH_getstr)) {

Completed in 109 milliseconds