Lines Matching refs:comments
36 ucl_object_t *obj, *comments = NULL; in main() local
195 comments = ucl_object_ref (ucl_parser_get_comments (parser)); in main()
214 ucl_object_emit_full (obj, UCL_EMIT_CONFIG, func, comments); in main()
239 if (comments) { in main()
240 ucl_object_unref (comments); in main()
241 comments = NULL; in main()
245 comments = ucl_object_ref (ucl_parser_get_comments (parser2)); in main()
261 func, comments); in main()
265 func, comments); in main()
270 func, comments); in main()
274 func, comments); in main()
295 if (comments) { in main()
296 ucl_object_unref (comments); in main()