Home
last modified time | relevance | path

Searched refs:DL_APPEND (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/libucl/src/
H A Ducl_hash.c322 DL_APPEND(hashlin->head, elt); in ucl_hash_insert()
337 DL_APPEND(hashlin->head, elt); in ucl_hash_insert()
H A Ducl_parser.c109 DL_APPEND(parser->last_comment, nobj); in ucl_save_comment()
1221 DL_APPEND(top, elt); in ucl_parser_append_elt()
1309 DL_APPEND(parser->trash_objs, nobj); in ucl_parser_process_object_element()
1350 DL_APPEND(parser->trash_objs, nobj); in ucl_parser_process_object_element()
2957 DL_APPEND(parser->variables, new); in ucl_parser_register_variable()
H A Ducl_util.c1406 DL_APPEND(parser->variables, old_filename);
1409 DL_APPEND(parser->variables, old_curdir);
3705 DL_APPEND(new, cp);
/freebsd/contrib/libucl/lua/
H A Dlua_ucl.c428 DL_APPEND (top, obj); in ucl_object_lua_fromtable()
/freebsd/contrib/libucl/uthash/
H A Dutlist.h638 #define DL_APPEND(head,add) \ macro