Home
last modified time | relevance | path

Searched refs:LL_PREPEND (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/libucl/src/
H A Ducl_emitter_streamline.c125 LL_PREPEND(sctx->containers, st); in ucl_object_emit_streamline_start_container()
H A Ducl_sexp.c126 LL_PREPEND(parser->stack, st); in ucl_parse_csexp()
H A Ducl_parser.c734 LL_PREPEND(parser->stack, st); in ucl_parser_add_container()
3023 LL_PREPEND(chunk->special_handlers, nchain); in ucl_parser_add_chunk_full()
3057 LL_PREPEND(parser->chunks, chunk); in ucl_parser_add_chunk_full()
H A Ducl_schema.c474 LL_PREPEND(nodes, node); in ucl_schema_array_is_unique()
H A Ducl_util.c743 LL_PREPEND(parser->keys, nkey);
1362 LL_PREPEND(parser->stack, st);
/freebsd/contrib/libucl/uthash/
H A Dutlist.h316 #define LL_PREPEND(head,add) \ macro