Searched refs:ucl_macro (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/libucl/src/
H A Ducl_internal.h148 struct ucl_macro { struct
209 struct ucl_macro *macroes;
H A Ducl_parser.c1964 struct ucl_chunk *chunk, struct ucl_macro *macro,
2161 struct ucl_macro *macro = NULL;
2496 struct ucl_macro *new;
2502 new = UCL_ALLOC (sizeof (struct ucl_macro));
2507 memset (new, 0, sizeof (struct ucl_macro));
2518 struct ucl_macro *new;
2524 new = UCL_ALLOC (sizeof (struct ucl_macro));
2529 memset (new, 0, sizeof (struct ucl_macro));
H A Ducl_util.c476 struct ucl_macro *macro, *mtmp;
500 UCL_FREE (sizeof (struct ucl_macro), macro);

Completed in 102 milliseconds