Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/include/sys/lua/
HDluaconf.h293 #define lua_objlen(L,i) lua_rawlen(L, (i)) macro
/freebsd-14-stable/lib/liblua/
HDluaconf.h371 #define lua_objlen(L,i) lua_rawlen(L, (i)) macro
/freebsd-14-stable/stand/liblua/
HDluaconf.h364 #define lua_objlen(L,i) lua_rawlen(L, (i)) macro
/freebsd-14-stable/contrib/lua/src/
HDluaconf.h374 #define lua_objlen(L,i) lua_rawlen(L, (i)) macro
HDluaconf.h.dist369 #define lua_objlen(L,i) lua_rawlen(L, (i))
/freebsd-14-stable/contrib/libucl/lua/
HDlua_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-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp915 # define lua_rawlen lua_objlen