Searched refs:luaH_getstr (Results 1 – 8 of 8) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/lua/ |
| H A D | ltm.c | 52 const TValue *tm = luaH_getstr(events, ename); in luaT_gettm() 74 return (mt ? luaH_getstr(mt, G(L)->tmname[event]) : luaO_nilobject); in luaT_gettmbyobj()
|
| H A D | ltable.h | 28 LUAI_FUNC const TValue *luaH_getstr (Table *t, TString *key);
|
| H A D | ltable.c | 468 const TValue *luaH_getstr (Table *t, TString *key) { in luaH_getstr() function 485 case LUA_TSHRSTR: return luaH_getstr(t, rawtsvalue(key)); in luaH_get()
|
| /freebsd/contrib/lua/src/ |
| H A D | ltable.h | 42 LUAI_FUNC const TValue *luaH_getstr (Table *t, TString *key);
|
| H A D | llex.c | 137 const TValue *o = luaH_getstr(ls->h, ts); in luaX_newstring()
|
| H A D | lapi.c | 642 if (luaV_fastget(L, t, str, slot, luaH_getstr)) { in auxgetstr() 833 if (luaV_fastget(L, t, str, slot, luaH_getstr)) { in auxsetstr()
|
| H A D | ltable.c | 789 const TValue *luaH_getstr (Table *t, TString *key) { in luaH_getstr() function
|
| H A D | lvm.c | 1394 if (luaV_fastget(L, rb, key, slot, luaH_getstr)) { in luaV_execute()
|