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.h263 struct ucl_macro *macroes; member
H A Ducl_parser.c2640 HASH_FIND(hh, parser->macroes, c, macro_len, macro); in ucl_state_machine()
2882 HASH_ADD_KEYPTR(hh, parser->macroes, new->name, strlen(new->name), new); in ucl_parser_register_macro()
2909 HASH_ADD_KEYPTR(hh, parser->macroes, new->name, strlen(new->name), new); in ucl_parser_register_context_macro()
H A Ducl_util.c624 HASH_ITER(hh, parser->macroes, macro, mtmp)
627 HASH_DEL(parser->macroes, macro);