Home
last modified time | relevance | path

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

/third_party/gettext/gettext-tools/src/
Dread-catalog-abstract.h66 void (*parse_brief) (struct abstract_catalog_reader_ty *pop); member
Dread-catalog-abstract.c75 if (pop->methods->parse_brief) in call_parse_brief()
76 pop->methods->parse_brief (pop); in call_parse_brief()