Searched refs:DL_APPEND (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/libucl/src/ |
H A D | ucl_parser.c | 105 DL_APPEND (parser->last_comment, nobj); in ucl_save_comment() 1147 DL_APPEND (top, elt); in ucl_parser_append_elt() 1224 DL_APPEND (parser->trash_objs, nobj); in ucl_parser_process_object_element() 1265 DL_APPEND (parser->trash_objs, nobj); in ucl_parser_process_object_element() 2838 DL_APPEND (parser->variables, new); in ucl_parser_register_variable()
|
H A D | ucl_util.c | 1378 DL_APPEND (parser->variables, old_filename); 1381 DL_APPEND (parser->variables, old_curdir); 3632 DL_APPEND (new, cp);
|
/freebsd/contrib/libucl/uthash/ |
H A D | utlist.h | 519 #define DL_APPEND(head,add) \ macro
|
/freebsd/contrib/libucl/lua/ |
H A D | lua_ucl.c | 422 DL_APPEND (top, obj); in ucl_object_lua_fromtable()
|