Searched refs:lua_objlen (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/include/sys/lua/ |
| H A D | luaconf.h | 293 #define lua_objlen(L,i) lua_rawlen(L, (i)) macro
|
| /freebsd-14.2/lib/liblua/ |
| H A D | luaconf.h | 371 #define lua_objlen(L,i) lua_rawlen(L, (i)) macro
|
| /freebsd-14.2/stand/liblua/ |
| H A D | luaconf.h | 364 #define lua_objlen(L,i) lua_rawlen(L, (i)) macro
|
| /freebsd-14.2/contrib/lua/src/ |
| H A D | luaconf.h | 374 #define lua_objlen(L,i) lua_rawlen(L, (i)) macro
|
| H A D | luaconf.h.dist | 369 #define lua_objlen(L,i) lua_rawlen(L, (i))
|
| /freebsd-14.2/contrib/libucl/lua/ |
| H A D | 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.2/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 885 # define lua_rawlen lua_objlen
|