Searched refs:lua_rawget (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/lyaml/ext/yaml/ |
H A D | lyaml.h | 85 lua_rawget (L, -2); \ 93 lua_rawget (L, -2); \ 101 lua_rawget (L, -2); \ 108 lua_rawget (L, -2); \ 115 lua_rawget (L, -2); \ 122 lua_rawget (L, -2); \ 130 lua_rawget (L, -2); \ 137 lua_rawget (L, -2); \
|
/freebsd/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 | 866 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/sys/contrib/openzfs/module/lua/ |
H A D | lbaselib.c | 128 lua_rawget(L, 1); in luaB_rawget()
|
H A D | lauxlib.c | 559 lua_rawget(L, -2); in luaL_getmetafield() 631 lua_rawget(L, -2); in luaL_findtable()
|
H A D | lapi.c | 638 LUA_API void lua_rawget (lua_State *L, int idx) { in lua_rawget() function
|
/freebsd/contrib/lutok/ |
H A D | state.cpp | 751 lua_rawget(_pimpl->lua_state, index); in raw_get()
|
/freebsd/sys/contrib/openzfs/include/sys/lua/ |
H A D | lua.h | 226 LUA_API void (lua_rawget) (lua_State *L, int idx); variable
|
/freebsd/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_GetModule() 1325 lua_rawget(L,-2); in SWIG_Lua_namespace_get() 1338 lua_rawget(L,-2); /* look for the fn */ in SWIG_Lua_namespace_get() 1366 lua_rawget(L,-2); in SWIG_Lua_namespace_set() 1650 lua_rawget(L,-2); in SWIG_Lua_class_do_get() 1666 lua_rawget(L,-2); /* look for the fn */ in SWIG_Lua_class_do_get() 1734 lua_rawget(L,-2); in SWIG_Lua_class_do_set() 1911 lua_rawget(L,LUA_REGISTRYINDEX); /* get the registry */ in SWIG_Lua_get_class_registry() [all …]
|