Searched refs:lua_ucl_to_string (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/libucl/lua/ |
H A D | lua_ucl.c | 598 lua_ucl_to_string (lua_State *L, const ucl_object_t *obj, enum ucl_emitter type) in lua_ucl_to_string() function 1094 return lua_ucl_to_string (L, obj, format); in lua_ucl_object_tostring() 1340 lua_ucl_to_string (L, obj, format); in lua_ucl_to_json() 1357 lua_ucl_to_string (L, obj, UCL_EMIT_CONFIG); in lua_ucl_to_config() 1452 lua_ucl_to_string (L, obj, format); in lua_ucl_to_format()
|