Lines Matching refs:lua_getfield
287 lua_getfield(L, LUA_REGISTRYINDEX, "LUA_NOENV"); in noenv()
337 lua_getfield(L, LUA_REGISTRYINDEX, CLIBS); in checkclib()
338 lua_getfield(L, -1, path); in checkclib()
350 lua_getfield(L, LUA_REGISTRYINDEX, CLIBS); in addtoclib()
526 lua_getfield(L, lua_upvalueindex(1), pname); in findfile()
612 lua_getfield(L, LUA_REGISTRYINDEX, LUA_PRELOAD_TABLE); in searcher_preload()
613 if (lua_getfield(L, -1, name) == LUA_TNIL) { /* not found? */ in searcher_preload()
628 if (l_unlikely(lua_getfield(L, lua_upvalueindex(1), "searchers") in findloader()
660 lua_getfield(L, LUA_REGISTRYINDEX, LUA_LOADED_TABLE); in ll_require()
661 lua_getfield(L, 2, name); /* LOADED[name] */ in ll_require()
677 if (lua_getfield(L, 2, name) == LUA_TNIL) { /* module set no value? */ in ll_require()