| /freebsd-13.1/contrib/lua/src/ |
| H A D | loadlib.c | 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() [all …]
|
| H A D | liolib.c | 224 lua_getfield(L, LUA_REGISTRYINDEX, IO_OUTPUT); /* use default output */ in io_close() 304 lua_getfield(L, LUA_REGISTRYINDEX, findex); in getiofile() 324 lua_getfield(L, LUA_REGISTRYINDEX, f); in g_iofile() 384 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 | 325 lua_getfield(L, LUA_REGISTRYINDEX, HOOKKEY); in hookf() 407 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() 926 if (lua_getfield(L, idx, fname) == LUA_TTABLE) in luaL_getsubtable() 948 lua_getfield(L, -1, modname); /* LOADED[modname] */ in luaL_requiref()
|
| H A D | lauxlib.h | 149 #define luaL_getmetatable(L,n) (lua_getfield(L, LUA_REGISTRYINDEX, (n)))
|
| H A D | lua.h | 252 LUA_API int (lua_getfield) (lua_State *L, int idx, const char *k); variable
|
| H A D | lapi.c | 655 LUA_API int lua_getfield (lua_State *L, int idx, const char *k) { in lua_getfield() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| H A D | Lua.cpp | 45 lua_getfield(L, -1, "stdout"); in lldb_print() 46 lua_getfield(L, -1, "write"); in lldb_print() 197 lua_getfield(m_lua_state, -1, "stdout"); in ChangeIO() 208 lua_getfield(m_lua_state, -1, "stderr"); in ChangeIO()
|
| /freebsd-13.1/sys/contrib/openzfs/module/lua/ |
| H A D | ltablib.c | 278 lua_getfield(L, -1, "unpack"); in luaopen_table()
|
| H A D | lauxlib.c | 669 lua_getfield(L, -1, modname); /* get _LOADED[modname] */ in luaL_pushmodule() 723 lua_getfield(L, idx, fname); in luaL_getsubtable()
|
| H A D | lapi.c | 625 LUA_API void lua_getfield (lua_State *L, int idx, const char *k) { in lua_getfield() function 1312 EXPORT_SYMBOL(lua_getfield);
|
| /freebsd-13.1/sys/contrib/openzfs/include/sys/lua/ |
| H A D | lauxlib.h | 118 #define luaL_getmetatable(L,n) (lua_getfield(L, LUA_REGISTRYINDEX, (n)))
|
| H A D | lua.h | 225 LUA_API void (lua_getfield) (lua_State *L, int idx, const char *k); variable
|
| /freebsd-13.1/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-13.1/contrib/libucl/lua/ |
| H A D | lua_ucl.c | 261 lua_getfield (L, LUA_REGISTRYINDEX, "ucl.null"); in ucl_object_lua_push_scalar()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 1246 lua_getfield(L,-1,"lua_getmetatable"); in SWIG_Lua_emulate_elua_getmetatable() 1258 lua_getfield(L,-1, SWIG_LUA_ELUA_EMUL_METATABLE_KEY); in SWIG_Lua_emulate_elua_getmetatable() 1273 lua_getfield(L,-2,"getmetatable"); in SWIG_Lua_emulate_elua_swap_getmetatable()
|