| /freebsd-14.2/contrib/lua/src/ |
| H A D | loadlib.c | 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() [all …]
|
| H A D | liolib.c | 230 lua_getfield(L, LUA_REGISTRYINDEX, IO_OUTPUT); /* use default output */ in io_close() 310 lua_getfield(L, LUA_REGISTRYINDEX, findex); in getiofile() 330 lua_getfield(L, LUA_REGISTRYINDEX, f); in g_iofile() 390 lua_getfield(L, LUA_REGISTRYINDEX, IO_INPUT); /* get default input */ in io_lines()
|
| H A D | loslib.c | 245 res = (lua_getfield(L, -1, key) == LUA_TNIL) ? -1 : lua_toboolean(L, -1); in getboolfield() 253 int t = lua_getfield(L, -1, key); /* get field and its type */ in getfield()
|
| H A D | ldblib.c | 326 lua_getfield(L, LUA_REGISTRYINDEX, HOOKKEY); in hookf() 408 lua_getfield(L, LUA_REGISTRYINDEX, HOOKKEY); in db_gethook()
|
| H A D | lauxlib.c | 82 lua_getfield(L, LUA_REGISTRYINDEX, LUA_LOADED_TABLE); in pushglobalfuncname() 955 if (lua_getfield(L, idx, fname) == LUA_TTABLE) in luaL_getsubtable() 977 lua_getfield(L, -1, modname); /* LOADED[modname] */ in luaL_requiref()
|
| H A D | lauxlib.h | 150 #define luaL_getmetatable(L,n) (lua_getfield(L, LUA_REGISTRYINDEX, (n)))
|
| H A D | ltests.c | 1246 lua_getfield(L, LUA_REGISTRYINDEX, "_jmpbuf"); /* get 'Aux' struct */ in panicback() 1462 lua_getfield(L1, t, getstring); in runC() 1839 lua_getfield(L, LUA_REGISTRYINDEX, "C_HOOK"); in Chook() 1858 lua_getfield(L, LUA_REGISTRYINDEX, "C_HOOK"); /* get C_HOOK table */ in sethookaux()
|
| H A D | lua.h | 263 LUA_API int (lua_getfield) (lua_State *L, int idx, const char *k); variable
|
| H A D | lapi.c | 689 LUA_API int lua_getfield (lua_State *L, int idx, const char *k) { in lua_getfield() function
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| H A D | Lua.cpp | 22 lua_getfield(L, -1, "stdout"); in lldb_print() 23 lua_getfield(L, -1, "write"); in lldb_print() 167 lua_getfield(m_lua_state, -1, "stdout"); in ChangeIO() 178 lua_getfield(m_lua_state, -1, "stderr"); in ChangeIO()
|
| /freebsd-14.2/sys/contrib/openzfs/module/lua/ |
| H A D | ltablib.c | 277 lua_getfield(L, -1, "unpack"); in luaopen_table()
|
| H A D | lauxlib.c | 668 lua_getfield(L, -1, modname); /* get _LOADED[modname] */ in luaL_pushmodule() 722 lua_getfield(L, idx, fname); in luaL_getsubtable()
|
| H A D | lapi.c | 626 LUA_API void lua_getfield (lua_State *L, int idx, const char *k) { in lua_getfield() function 1289 EXPORT_SYMBOL(lua_getfield);
|
| /freebsd-14.2/sys/contrib/openzfs/include/sys/lua/ |
| H A D | lauxlib.h | 117 #define luaL_getmetatable(L,n) (lua_getfield(L, LUA_REGISTRYINDEX, (n)))
|
| H A D | lua.h | 224 LUA_API void (lua_getfield) (lua_State *L, int idx, const char *k); variable
|
| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | zcp.c | 776 lua_getfield(state, LUA_REGISTRYINDEX, ZCP_RUN_INFO_KEY); in zcp_lua_counthook() 1189 lua_getfield(state, LUA_REGISTRYINDEX, ZCP_RUN_INFO_KEY); in zcp_run_info() 1347 lua_getfield(state, 1, kwargs[i].za_name); in zcp_parse_table_args()
|
| /freebsd-14.2/contrib/libucl/lua/ |
| H A D | lua_ucl.c | 261 lua_getfield (L, LUA_REGISTRYINDEX, "ucl.null"); in ucl_object_lua_push_scalar()
|
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 1225 lua_getfield(L,-1,"lua_getmetatable"); in SWIG_Lua_emulate_elua_getmetatable() 1237 lua_getfield(L,-1, SWIG_LUA_ELUA_EMUL_METATABLE_KEY); in SWIG_Lua_emulate_elua_getmetatable() 1252 lua_getfield(L,-2,"getmetatable"); in SWIG_Lua_emulate_elua_swap_getmetatable()
|