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