| /freebsd/contrib/lua/src/ |
| H A D | loadlib.c | 278 lua_getfield(L, LUA_REGISTRYINDEX, "LUA_NOENV"); in noenv() 328 lua_getfield(L, LUA_REGISTRYINDEX, CLIBS); in checkclib() 329 lua_getfield(L, -1, path); in checkclib() 341 lua_getfield(L, LUA_REGISTRYINDEX, CLIBS); in addtoclib() 517 lua_getfield(L, lua_upvalueindex(1), pname); in findfile() 603 lua_getfield(L, LUA_REGISTRYINDEX, LUA_PRELOAD_TABLE); in searcher_preload() 604 if (lua_getfield(L, -1, name) == LUA_TNIL) { /* not found? */ in searcher_preload() 619 if (l_unlikely(lua_getfield(L, lua_upvalueindex(1), "searchers") in findloader() 651 lua_getfield(L, LUA_REGISTRYINDEX, LUA_LOADED_TABLE); in ll_require() 652 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() 313 lua_getfield(L, LUA_REGISTRYINDEX, findex); in getiofile() 333 lua_getfield(L, LUA_REGISTRYINDEX, f); in g_iofile() 393 lua_getfield(L, LUA_REGISTRYINDEX, IO_INPUT); /* get default input */ in io_lines()
|
| H A D | loslib.c | 247 res = (lua_getfield(L, -1, key) == LUA_TNIL) ? -1 : lua_toboolean(L, -1); in getboolfield() 255 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() 964 if (lua_getfield(L, idx, fname) == LUA_TTABLE) in luaL_getsubtable() 986 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/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/sys/contrib/openzfs/module/zfs/ |
| H A D | zcp.c | 777 lua_getfield(state, LUA_REGISTRYINDEX, ZCP_RUN_INFO_KEY); in zcp_lua_counthook() 1193 lua_getfield(state, LUA_REGISTRYINDEX, ZCP_RUN_INFO_KEY); in zcp_run_info() 1351 lua_getfield(state, 1, kwargs[i].za_name); in zcp_parse_table_args()
|
| /freebsd/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/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 | 627 LUA_API void lua_getfield (lua_State *L, int idx, const char *k) { in lua_getfield() function 1290 EXPORT_SYMBOL(lua_getfield);
|
| /freebsd/contrib/libucl/lua/ |
| H A D | lua_ucl.c | 268 lua_getfield (L, LUA_REGISTRYINDEX, "ucl.null"); in ucl_object_lua_push_scalar()
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 1269 lua_getfield(L,-1,"lua_getmetatable"); in SWIG_Lua_emulate_elua_getmetatable() 1281 lua_getfield(L,-1, SWIG_LUA_ELUA_EMUL_METATABLE_KEY); in SWIG_Lua_emulate_elua_getmetatable() 1296 lua_getfield(L,-2,"getmetatable"); in SWIG_Lua_emulate_elua_swap_getmetatable()
|