Searched refs:parser2 (Results 1 – 1 of 1) sorted by relevance
35 struct ucl_parser *parser = NULL, *parser2 = NULL; in main() local225 parser2 = ucl_parser_new (flags); in main()226 ucl_parser_add_string (parser2, (const char *)emitted, 0); in main()228 if (ucl_parser_get_error(parser2) != NULL) { in main()230 ucl_parser_get_error(parser2)); in main()245 comments = ucl_object_ref (ucl_parser_get_comments (parser2)); in main()248 obj = ucl_parser_get_object (parser2); in main()292 if (parser2 != NULL) { in main()293 ucl_parser_free (parser2); in main()