Searched refs:lua_getfield (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dloadlib.c253 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(
[all...]
H A Dloslib.c150 lua_getfield(L, -1, key);
159 lua_getfield(L, -1, key);
H A Dliolib.c185 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 */
H A Dlauxlib.h130 #define luaL_getmetatable(L,n) (lua_getfield(L, LUA_REGISTRYINDEX, (n)))
H A Dltablib.c278 lua_getfield(L, -1, "unpack");
H A Dlua.h225 LUA_API void (lua_getfield) (lua_State *L, int idx, const char *k);
H A Dlauxlib.c813 lua_getfield(L, -1, modname); /* get _LOADED[modname] */
867 lua_getfield(L, idx, fname);
H A Dlapi.c628 LUA_API void lua_getfield (lua_State *L, int idx, const char *k) { function

Completed in 1318 milliseconds