Searched defs:luaH_getstr (Results 1 - 2 of 2) sorted by relevance

/external/skia/third_party/lua/src/
H A Dltable.c466 const TValue *luaH_getstr (Table *t, TString *key) { function
483 case LUA_TSHRSTR: return luaH_getstr(t, rawtsvalue(key));
/external/syslinux/com32/lua/src/
H A Dltable.c467 const TValue *luaH_getstr (Table *t, TString *key) { function
484 case LUA_TSHRSTR: return luaH_getstr(t, rawtsvalue(key));

Completed in 294 milliseconds