Searched refs:ucl_attach_comment (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/libucl/src/ |
| H A D | ucl_parser.c | 111 ucl_attach_comment (struct ucl_parser *parser, ucl_object_t *obj, bool before) in ucl_attach_comment() function 1174 ucl_attach_comment (parser, nobj, false); in ucl_parser_process_object_element() 1547 ucl_attach_comment (parser, obj, false); in ucl_parser_get_container() 1799 ucl_attach_comment (parser, parser->cur_obj, true); in ucl_parse_after_value() 2430 ucl_attach_comment (parser, parser->cur_obj, true); in ucl_state_machine() 2433 ucl_attach_comment (parser, parser->stack->obj, true); in ucl_state_machine() 2436 ucl_attach_comment (parser, parser->top_obj, true); in ucl_state_machine()
|