Home
last modified time | relevance | path

Searched refs:lua_objlen (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/sys/contrib/openzfs/include/sys/lua/
H A Dluaconf.h294 #define lua_objlen(L,i) lua_rawlen(L, (i)) macro
/freebsd-13.1/lib/liblua/
H A Dluaconf.h371 #define lua_objlen(L,i) lua_rawlen(L, (i)) macro
/freebsd-13.1/stand/liblua/
H A Dluaconf.h365 #define lua_objlen(L,i) lua_rawlen(L, (i)) macro
/freebsd-13.1/contrib/libucl/lua/
H A Dlua_ucl.c354 max = lua_objlen (L, idx); in ucl_object_lua_fromtable()
364 max = lua_objlen (L, idx); in ucl_object_lua_fromtable()
/freebsd-13.1/contrib/lua/src/
H A Dluaconf.h.dist364 #define lua_objlen(L,i) lua_rawlen(L, (i))
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp906 # define lua_rawlen lua_objlen