Searched refs:ucl_object_push_lua (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/libucl/include/ |
H A D | lua_ucl.h | 71 UCL_EXTERN int ucl_object_push_lua (lua_State *L,
|
/freebsd/contrib/libucl/doc/ |
H A D | lua_api.md | 45 > [`ucl_object_push_lua(L, obj, allow_array)`](#function-ucl_object_push_lual-obj-allow_array) 64 ### Function `ucl_object_push_lua(L, obj, allow_array)`
|
/freebsd/contrib/libucl/lua/ |
H A D | lua_ucl.c | 193 ucl_object_push_lua (L, cur, (flags & ~LUA_UCL_ALLOW_ARRAY)); in ucl_object_lua_push_array() 212 ucl_object_push_lua (L, cur, (flags & ~LUA_UCL_ALLOW_ARRAY)); in ucl_object_lua_push_array() 305 ucl_object_push_lua (lua_State *L, const ucl_object_t *obj, bool allow_array) in ucl_object_push_lua() function 899 ret = ucl_object_push_lua (L, obj, false); in lua_ucl_parser_get_object() 1033 ucl_object_push_lua (L, obj, true); in lua_ucl_object_unwrap()
|