HomeSort by relevance Sort by last modified time
    Searched refs:lua_getfield (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
loadlib.c 253 lua_getfield(L, LUA_REGISTRYINDEX, CLIBS);
254 lua_getfield(L, -1, path);
262 lua_getfield(L, LUA_REGISTRYINDEX, CLIBS);
390 lua_getfield(L, lua_upvalueindex(1), pname);
470 lua_getfield(L, LUA_REGISTRYINDEX, "_PRELOAD");
471 lua_getfield(L, -1, name);
482 lua_getfield(L, lua_upvalueindex(1), "searchers"); /* will be at index 3 */
511 lua_getfield(L, LUA_REGISTRYINDEX, "_LOADED");
512 lua_getfield(L, 2, name); /* _LOADED[name] */
523 lua_getfield(L, 2, name)
    [all...]
loslib.c 150 lua_getfield(L, -1, key);
159 lua_getfield(L, -1, key);
liolib.c 185 lua_getfield(L, LUA_REGISTRYINDEX, IO_OUTPUT); /* use standard output */
264 lua_getfield(L, LUA_REGISTRYINDEX, findex);
284 lua_getfield(L, LUA_REGISTRYINDEX, f);
326 lua_getfield(L, LUA_REGISTRYINDEX, IO_INPUT); /* get default input */
lauxlib.h 130 #define luaL_getmetatable(L,n) (lua_getfield(L, LUA_REGISTRYINDEX, (n)))
ltablib.c 278 lua_getfield(L, -1, "unpack");
lua.h 225 LUA_API void (lua_getfield) (lua_State *L, int idx, const char *k);
lauxlib.c 813 lua_getfield(L, -1, modname); /* get _LOADED[modname] */
867 lua_getfield(L, idx, fname);
lapi.c 628 LUA_API void lua_getfield (lua_State *L, int idx, const char *k) { function
  /prebuilts/misc/common/swig/include/2.0.11/lua/
luarun.swg 691 lua_getfield(L, -1, ".type");
    [all...]

Completed in 84 milliseconds