Searched refs:cur_comment (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/libucl/src/
H A Ducl_emitter.c365 const ucl_object_t *comment = NULL, *cur_comment; local
389 DL_FOREACH (comment, cur_comment) {
390 func->ucl_emitter_append_len (cur_comment->value.sv,
391 cur_comment->len,
471 DL_FOREACH (comment, cur_comment) {
472 func->ucl_emitter_append_len (cur_comment->value.sv,
473 cur_comment->len,
477 if (cur_comment->next) {

Completed in 57 milliseconds