Home
last modified time | relevance | path

Searched defs:ucl_parser (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/libucl/src/
H A Ducl_internal.h251 struct ucl_parser { struct
252 enum ucl_parser_state state; argument
253 enum ucl_parser_state prev_state; argument
267 struct ucl_parser_special_handler *special_handlers; argument
268 ucl_include_trace_func_t *include_trace_func;
269 void *include_trace_ud;
270 struct ucl_variable *variables;
271 ucl_variable_handler var_handler;
272 void *var_data;
273 ucl_object_t *comments;
[all …]