Searched refs:lua_objlen (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/lyaml/ext/yaml/ |
H A D | emitter.c | 114 size_t bytes = lua_objlen (L, -1) * sizeof (yaml_tag_directive_t); in emit_DOCUMENT_START() 284 RAWGET_YAML_CHARP (value); length = lua_objlen (L, -1); lua_pop (L, 1); in emit_SCALAR()
|
H A D | lyaml.h | 37 # define lua_objlen lua_rawlen macro
|
H A D | parser.c | 113 lua_rawseti (L, -2, lua_objlen (L, -2) + 1); in parser_append_tag()
|
/freebsd/sys/contrib/openzfs/include/sys/lua/ |
H A D | luaconf.h | 294 #define lua_objlen(L,i) lua_rawlen(L, (i)) macro
|
/freebsd/lib/liblua/ |
H A D | luaconf.h | 371 #define lua_objlen(L,i) lua_rawlen(L, (i)) macro
|
/freebsd/stand/liblua/ |
H A D | luaconf.h | 364 #define lua_objlen(L,i) lua_rawlen(L, (i)) macro
|
/freebsd/contrib/lua/src/ |
H A D | luaconf.h | 383 #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/contrib/libucl/lua/ |
H A D | lua_ucl.c | 359 max = lua_objlen (L, idx); in ucl_object_lua_fromtable() 369 max = lua_objlen (L, idx); in ucl_object_lua_fromtable()
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 915 # define lua_rawlen lua_objlen
|