Lines Matching refs:lua_getfield
289 lua_getfield(L, LUA_REGISTRYINDEX, "LUA_NOENV"); in noenv()
339 lua_getfield(L, LUA_REGISTRYINDEX, CLIBS); in checkclib()
340 lua_getfield(L, -1, path); in checkclib()
352 lua_getfield(L, LUA_REGISTRYINDEX, CLIBS); in addtoclib()
528 lua_getfield(L, lua_upvalueindex(1), pname); in findfile()
614 lua_getfield(L, LUA_REGISTRYINDEX, LUA_PRELOAD_TABLE); in searcher_preload()
615 if (lua_getfield(L, -1, name) == LUA_TNIL) { /* not found? */ in searcher_preload()
630 if (l_unlikely(lua_getfield(L, lua_upvalueindex(1), "searchers") in findloader()
662 lua_getfield(L, LUA_REGISTRYINDEX, LUA_LOADED_TABLE); in ll_require()
663 lua_getfield(L, 2, name); /* LOADED[name] */ in ll_require()
679 if (lua_getfield(L, 2, name) == LUA_TNIL) { /* module set no value? */ in ll_require()