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.c119 LL_PREPEND (sctx->containers, st); in ucl_object_emit_streamline_start_container()
H A Ducl_sexp.c125 LL_PREPEND (parser->stack, st); in ucl_parse_csexp()
H A Ducl_parser.c704 LL_PREPEND (parser->stack, st); in ucl_parser_add_container()
2903 LL_PREPEND (chunk->special_handlers, nchain); in ucl_parser_add_chunk_full()
2937 LL_PREPEND (parser->chunks, chunk); in ucl_parser_add_chunk_full()
H A Ducl_schema.c473 LL_PREPEND (nodes, node); in ucl_schema_array_is_unique()
H A Ducl_util.c744 LL_PREPEND (parser->keys, nkey);
1336 LL_PREPEND (parser->stack, st);
/freebsd/contrib/libucl/uthash/
H A Dutlist.h309 #define LL_PREPEND(head,add) \ macro