Lines Matching refs:comments
36 ucl_object_t *obj, *comments = NULL; in main() local
190 comments = ucl_object_ref (ucl_parser_get_comments (parser)); in main()
209 ucl_object_emit_full (obj, UCL_EMIT_CONFIG, func, comments); in main()
234 if (comments) { in main()
235 ucl_object_unref (comments); in main()
236 comments = NULL; in main()
240 comments = ucl_object_ref (ucl_parser_get_comments (parser2)); in main()
256 func, comments); in main()
260 func, comments); in main()
265 func, comments); in main()
269 func, comments); in main()
290 if (comments) { in main()
291 ucl_object_unref (comments); in main()