Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dread-catalog-abstract.h75 void (*directive_domain) (struct abstract_catalog_reader_ty *pop, char *name); member
H A Dread-catalog-abstract.c87 if (pop->methods->directive_domain) in call_directive_domain()
88 pop->methods->directive_domain (pop, name); in call_directive_domain()