Home
last modified time | relevance | path

Searched defs:lua_getupvalue (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/com32/lua/src/
Dlua.h391 LUA_API const char *(lua_getupvalue) (lua_State *L, int funcindex, int n); variable
Dlapi.c1213 LUA_API const char *lua_getupvalue (lua_State *L, int funcindex, int n) { in lua_getupvalue() function
/external/skia/third_party/lua/src/
Dlua.h386 LUA_API const char *(lua_getupvalue) (lua_State *L, int funcindex, int n); variable
Dlapi.c1213 LUA_API const char *lua_getupvalue (lua_State *L, int funcindex, int n) { in lua_getupvalue() function