Searched refs:parser2 (Results 1 – 1 of 1) sorted by relevance
35 struct ucl_parser *parser = NULL, *parser2 = NULL; in main() local220 parser2 = ucl_parser_new (flags); in main()221 ucl_parser_add_string (parser2, (const char *)emitted, 0); in main()223 if (ucl_parser_get_error(parser2) != NULL) { in main()225 ucl_parser_get_error(parser2)); in main()240 comments = ucl_object_ref (ucl_parser_get_comments (parser2)); in main()243 obj = ucl_parser_get_object (parser2); in main()287 if (parser2 != NULL) { in main()288 ucl_parser_free (parser2); in main()