Home
last modified time | relevance | path

Searched refs:directive_domain (Results 1 – 2 of 2) sorted by relevance

/third_party/gettext/gettext-tools/src/
Dread-catalog-abstract.h75 void (*directive_domain) (struct abstract_catalog_reader_ty *pop, char *name); member
Dread-catalog-abstract.c89 if (pop->methods->directive_domain) in call_directive_domain()
90 pop->methods->directive_domain (pop, name); in call_directive_domain()