Searched refs:lua_rawget (Results 1 – 13 of 13) sorted by relevance
/freebsd-src/contrib/lua/src/ |
H A D | ldblib.c | 328 if (lua_rawget(L, -2) == LUA_TFUNCTION) { /* is there a hook function? */ in hookf() 411 lua_rawget(L, -2); /* 1st result = hooktable[L1] */ in db_gethook()
|
H A D | ltablib.c | 38 return (lua_rawget(L, -n) != LUA_TNIL); in checkfield()
|
H A D | lbaselib.c | 170 lua_rawget(L, 1); in luaB_rawget()
|
H A D | lua.h | 265 LUA_API int (lua_rawget) (lua_State *L, int idx); variable
|
H A D | lauxlib.c | 857 tt = lua_rawget(L, -2); in luaL_getmetafield()
|
H A D | lapi.c | 732 LUA_API int lua_rawget (lua_State *L, int idx) { in lua_rawget() function
|
H A D | ltests.c | 1619 lua_rawget(L1, t); in runC()
|
/freebsd-src/sys/contrib/openzfs/module/lua/ |
H A D | lbaselib.c | 127 lua_rawget(L, 1); in luaB_rawget()
|
H A D | lauxlib.c | 558 lua_rawget(L, -2); in luaL_getmetafield() 630 lua_rawget(L, -2); in luaL_findtable()
|
H A D | lapi.c | 637 LUA_API void lua_rawget (lua_State *L, int idx) { in lua_rawget() function
|
/freebsd-src/contrib/lutok/ |
H A D | state.cpp | 751 lua_rawget(_pimpl->lua_state, index); in raw_get()
|
/freebsd-src/sys/contrib/openzfs/include/sys/lua/ |
H A D | lua.h | 225 LUA_API void (lua_rawget) (lua_State *L, int idx); variable
|
/freebsd-src/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 954 lua_rawget(L,index); 1108 (lua_pushstring(L, n), lua_rawget(L,-2)) 1134 lua_rawget(L,LUA_REGISTRYINDEX); in SWIG_Lua_elua_emulate_register() 1325 lua_rawget(L,-2); in SWIG_Lua_namespace_set() 1338 lua_rawget(L,-2); /* look for the fn */ 1366 lua_rawget(L,-2); 1650 lua_rawget(L,-2); in SWIG_Lua_class_get() 1666 lua_rawget(L,-2); /* look for the fn */ in SWIG_Lua_class_do_set() 1734 lua_rawget(L,-2); in SWIG_Lua_class_set() 1911 lua_rawget( in SWIG_Lua_init_base_class() [all...] |