Searched refs:luaH_getstr (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | ltm.c | 53 const TValue *tm = luaH_getstr(events, ename); in luaT_gettm() 75 return (mt ? luaH_getstr(mt, G(L)->tmname[event]) : luaO_nilobject); in luaT_gettmbyobj()
|
| H A D | ltable.h | 27 LUAI_FUNC const TValue *luaH_getstr (Table *t, TString *key);
|
| H A D | ltable.c | 466 const TValue *luaH_getstr (Table *t, TString *key) { in luaH_getstr() function 483 case LUA_TSHRSTR: return luaH_getstr(t, rawtsvalue(key)); in luaH_get()
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | ltable.h | 47 LUAI_FUNC const TValue *luaH_getstr (Table *t, TString *key);
|
| H A D | ltable.c | 575 const TValue *luaH_getstr (Table *t, TString *key) { in luaH_getstr() function
|
| H A D | lapi.c | 591 if (luaV_fastget(L, t, str, slot, luaH_getstr)) { in auxgetstr() 747 if (luaV_fastset(L, t, str, slot, luaH_getstr, L->top - 1)) in auxsetstr()
|
| H A D | lvm.c | 883 if (luaV_fastget(L, rb, key, aux, luaH_getstr)) { in luaV_execute()
|