Searched refs:ucl_variable (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/libucl/src/ |
| H A D | ucl_internal.h | 243 struct ucl_variable { struct 248 struct ucl_variable *prev, *next; argument 270 struct ucl_variable *variables;
|
| H A D | ucl_parser.c | 320 struct ucl_variable *var; in ucl_check_variable_safe() 440 struct ucl_variable *var; in ucl_expand_single_variable() 2916 struct ucl_variable *new = NULL, *cur; in ucl_parser_register_variable() 2938 UCL_FREE(sizeof(struct ucl_variable), new); in ucl_parser_register_variable() 2947 new = UCL_ALLOC(sizeof(struct ucl_variable)); in ucl_parser_register_variable() 2951 memset(new, 0, sizeof(struct ucl_variable)); in ucl_parser_register_variable()
|
| H A D | ucl_util.c | 605 struct ucl_variable *var, *vtmp; 642 UCL_FREE(sizeof(struct ucl_variable), var); 1095 struct ucl_variable *cur_var, *tmp_var, *old_curdir = NULL, 1395 UCL_FREE(sizeof(struct ucl_variable), cur_var); 1401 UCL_FREE(sizeof(struct ucl_variable), cur_var);
|