Home
last modified time | relevance | path

Searched defs:abstract_catalog_reader_class_ty (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dread-catalog-abstract.h52 abstract_catalog_reader_class_ty; typedef
53 struct abstract_catalog_reader_class_ty struct
56 size_t size;
59 void (*constructor) (struct abstract_catalog_reader_ty *pop);
62 void (*destructor) (struct abstract_catalog_reader_ty *pop);
66 void (*parse_brief) (struct abstract_catalog_reader_ty *pop);
72 void (*parse_debrief) (struct abstract_catalog_reader_ty *pop);
75 void (*directive_domain) (struct abstract_catalog_reader_ty *pop, char *name);
78 void (*directive_message) (struct abstract_catalog_reader_ty *pop,
91 void (*comment) (struct abstract_catalog_reader_ty *pop, const char *s);
[all …]