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

/freebsd-11-stable/contrib/libucl/src/
H A Ducl_parser.c2159 unsigned char *macro_escaped; local
2370 macro_len = ucl_expand_variable (parser, &macro_escaped,
2374 if (macro_escaped == NULL && macro != NULL) {
2388 ret = macro->h.context_handler (macro_escaped, macro_len,
2394 ret = macro->h.handler (macro_escaped, macro_len, macro_args,
2398 UCL_FREE (macro_len + 1, macro_escaped);

Completed in 40 milliseconds