Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/include/sys/lua/
H A Dluaconf.h293 #define lua_objlen(L,i) lua_rawlen(L, (i)) macro
/freebsd-14.2/lib/liblua/
H A Dluaconf.h371 #define lua_objlen(L,i) lua_rawlen(L, (i)) macro
/freebsd-14.2/stand/liblua/
H A Dluaconf.h364 #define lua_objlen(L,i) lua_rawlen(L, (i)) macro
/freebsd-14.2/contrib/lua/src/
H A Dluaconf.h374 #define lua_objlen(L,i) lua_rawlen(L, (i)) macro
H A Dluaconf.h.dist369 #define lua_objlen(L,i) lua_rawlen(L, (i))
/freebsd-14.2/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-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp885 # define lua_rawlen lua_objlen