Lines Matching refs:lua_getfield
285 lua_getfield(L, LUA_REGISTRYINDEX, "LUA_NOENV"); in noenv()
335 lua_getfield(L, LUA_REGISTRYINDEX, CLIBS); in checkclib()
336 lua_getfield(L, -1, path); in checkclib()
348 lua_getfield(L, LUA_REGISTRYINDEX, CLIBS); in addtoclib()
524 lua_getfield(L, lua_upvalueindex(1), pname); in findfile()
610 lua_getfield(L, LUA_REGISTRYINDEX, LUA_PRELOAD_TABLE); in searcher_preload()
611 if (lua_getfield(L, -1, name) == LUA_TNIL) { /* not found? */ in searcher_preload()
626 if (lua_getfield(L, lua_upvalueindex(1), "searchers") != LUA_TTABLE) in findloader()
657 lua_getfield(L, LUA_REGISTRYINDEX, LUA_LOADED_TABLE); in ll_require()
658 lua_getfield(L, 2, name); /* LOADED[name] */ in ll_require()
674 if (lua_getfield(L, 2, name) == LUA_TNIL) { /* module set no value? */ in ll_require()