HomeSort by relevance Sort by last modified time
    Searched full:lua_getupvalue (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
ldblib.c 209 name = get ? lua_getupvalue(L, 1, n) : lua_setupvalue(L, 1, n);
lua.h 386 LUA_API const char *(lua_getupvalue) (lua_State *L, int funcindex, int n);
lapi.c 1213 LUA_API const char *lua_getupvalue (lua_State *L, int funcindex, int n) { function
  /external/chromium_org/third_party/skia/third_party/lua/doc/
contents.html 359 <A HREF="manual.html#lua_getupvalue">lua_getupvalue</A><BR>
manual.html     [all...]

Completed in 144 milliseconds