Home
last modified time | relevance | path

Searched refs:macroes (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libucl/src/
H A Ducl_internal.h262 struct ucl_macro *macroes; member
H A Ducl_parser.c2522 HASH_FIND (hh, parser->macroes, c, macro_len, macro); in ucl_state_machine()
2762 HASH_ADD_KEYPTR (hh, parser->macroes, new->name, strlen (new->name), new); in ucl_parser_register_macro()
2790 HASH_ADD_KEYPTR (hh, parser->macroes, new->name, strlen (new->name), new); in ucl_parser_register_context_macro()
H A Ducl_util.c627 HASH_ITER (hh, parser->macroes, macro, mtmp) {
629 HASH_DEL (parser->macroes, macro);