Home
last modified time | relevance | path

Searched refs:special_handlers (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libucl/src/
H A Ducl_internal.h227 struct ucl_parser_special_handler_chain *special_handlers; member
266 struct ucl_parser_special_handler *special_handlers; member
H A Ducl_util.c525 LL_FOREACH_SAFE (chunk->special_handlers, chain, tmp) {
538 chunk->special_handlers = NULL;
753 LL_APPEND (parser->special_handlers, handler);
H A Ducl_parser.c2883 LL_FOREACH (parser->special_handlers, special_handler) { in ucl_parser_add_chunk_full()
2903 LL_PREPEND (chunk->special_handlers, nchain); in ucl_parser_add_chunk_full()