HomeSort by: relevance | last modified time | path
    Searched defs:abstract_catalog_reader_ty (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/src/
read-catalog-abstract.h 43 struct abstract_catalog_reader_ty;
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);
97 void (*comment_dot) (struct abstract_catalog_reader_ty *pop, const char *s);
103 void (*comment_filepos) (struct abstract_catalog_reader_ty *pop
125 typedef struct abstract_catalog_reader_ty abstract_catalog_reader_ty; typedef in typeref:struct:abstract_catalog_reader_ty
126 struct abstract_catalog_reader_ty struct
    [all...]
read-catalog-abstract.h 43 struct abstract_catalog_reader_ty;
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);
97 void (*comment_dot) (struct abstract_catalog_reader_ty *pop, const char *s);
103 void (*comment_filepos) (struct abstract_catalog_reader_ty *pop
125 typedef struct abstract_catalog_reader_ty abstract_catalog_reader_ty; typedef in typeref:struct:abstract_catalog_reader_ty
126 struct abstract_catalog_reader_ty struct
    [all...]

Completed in 39 milliseconds