Home
last modified time | relevance | path

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

/freebsd/contrib/lyaml/ext/yaml/
H A Demitter.c114 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 Dlyaml.h37 # define lua_objlen lua_rawlen macro
H A Dparser.c113 lua_rawseti (L, -2, lua_objlen (L, -2) + 1); in parser_append_tag()
/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dluaconf.h294 #define lua_objlen(L,i) lua_rawlen(L, (i)) macro
/freebsd/lib/liblua/
H A Dluaconf.h371 #define lua_objlen(L,i) lua_rawlen(L, (i)) macro
/freebsd/stand/liblua/
H A Dluaconf.h364 #define lua_objlen(L,i) lua_rawlen(L, (i)) macro
/freebsd/contrib/lua/src/
H A Dluaconf.h383 #define lua_objlen(L,i) lua_rawlen(L, (i)) macro
H A Dluaconf.h.dist369 #define lua_objlen(L,i) lua_rawlen(L, (i))
/freebsd/contrib/libucl/lua/
H A Dlua_ucl.c359 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 DLLDBWrapLua.cpp915 # define lua_rawlen lua_objlen