Searched refs:lua_objlen (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14-stable/sys/contrib/openzfs/include/sys/lua/ |
| HD | luaconf.h | 293 #define lua_objlen(L,i) lua_rawlen(L, (i)) macro
|
| /freebsd-14-stable/lib/liblua/ |
| HD | luaconf.h | 371 #define lua_objlen(L,i) lua_rawlen(L, (i)) macro
|
| /freebsd-14-stable/stand/liblua/ |
| HD | luaconf.h | 364 #define lua_objlen(L,i) lua_rawlen(L, (i)) macro
|
| /freebsd-14-stable/contrib/lua/src/ |
| HD | luaconf.h | 374 #define lua_objlen(L,i) lua_rawlen(L, (i)) macro
|
| HD | luaconf.h.dist | 369 #define lua_objlen(L,i) lua_rawlen(L, (i))
|
| /freebsd-14-stable/contrib/libucl/lua/ |
| HD | lua_ucl.c | 354 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/ |
| HD | LLDBWrapLua.cpp | 915 # define lua_rawlen lua_objlen
|