Searched refs:ucl_variable (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/libucl/src/ |
| H A D | ucl_internal.h | 189 struct ucl_variable { struct 194 struct ucl_variable *prev, *next; argument 213 struct ucl_variable *variables;
|
| H A D | ucl_parser.c | 314 struct ucl_variable *var; in ucl_check_variable_safe() 428 struct ucl_variable *var; in ucl_expand_single_variable() 2541 struct ucl_variable *new = NULL, *cur; in ucl_parser_register_variable() 2562 UCL_FREE (sizeof (struct ucl_variable), new); in ucl_parser_register_variable() 2571 new = UCL_ALLOC (sizeof (struct ucl_variable)); in ucl_parser_register_variable() 2575 memset (new, 0, sizeof (struct ucl_variable)); in ucl_parser_register_variable()
|
| H A D | ucl_util.c | 479 struct ucl_variable *var, *vtmp; 511 UCL_FREE (sizeof (struct ucl_variable), var); 944 struct ucl_variable *cur_var, *tmp_var, *old_curdir = NULL, 1212 UCL_FREE (sizeof (struct ucl_variable), cur_var); 1218 UCL_FREE (sizeof (struct ucl_variable), cur_var);
|