Home
last modified time | relevance | path

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

/freebsd-head/contrib/libucl/src/
HDucl_emitter_streamline.c119 LL_PREPEND (sctx->containers, st); in ucl_object_emit_streamline_start_container()
HDucl_sexp.c125 LL_PREPEND (parser->stack, st); in ucl_parse_csexp()
HDucl_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()
HDucl_schema.c473 LL_PREPEND (nodes, node); in ucl_schema_array_is_unique()
HDucl_util.c744 LL_PREPEND (parser->keys, nkey);
1336 LL_PREPEND (parser->stack, st);
/freebsd-head/contrib/libucl/uthash/
HDutlist.h309 #define LL_PREPEND(head,add) \ macro