Home
last modified time | relevance | path

Searched refs:lua_rawget (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/lyaml/ext/yaml/
H A Dlyaml.h85 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 Dldblib.c328 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 Dltablib.c38 return (lua_rawget(L, -n) != LUA_TNIL); in checkfield()
H A Dlbaselib.c170 lua_rawget(L, 1); in luaB_rawget()
H A Dlua.h265 LUA_API int (lua_rawget) (lua_State *L, int idx); variable
H A Dlauxlib.c866 tt = lua_rawget(L, -2); in luaL_getmetafield()
H A Dlapi.c732 LUA_API int lua_rawget (lua_State *L, int idx) { in lua_rawget() function
H A Dltests.c1619 lua_rawget(L1, t); in runC()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlbaselib.c128 lua_rawget(L, 1); in luaB_rawget()
H A Dlauxlib.c559 lua_rawget(L, -2); in luaL_getmetafield()
631 lua_rawget(L, -2); in luaL_findtable()
H A Dlapi.c638 LUA_API void lua_rawget (lua_State *L, int idx) { in lua_rawget() function
/freebsd/contrib/lutok/
H A Dstate.cpp751 lua_rawget(_pimpl->lua_state, index); in raw_get()
/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h226 LUA_API void (lua_rawget) (lua_State *L, int idx); variable
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp954 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 …]