Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dltm.c53 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 Dltable.h27 LUAI_FUNC const TValue *luaH_getstr (Table *t, TString *key);
H A Dltable.c466 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()