Meta_info
do_extends(const Meta_info parentM, const Translator_info *T_info, char *value)
Meta_info M;
Meta_info meta_info;
extern int do_extends(const Meta_info, const Translator_info *, char *);
extern void getlinecont(char *, char *, int, FILE *, Meta_info *);
extern int xlator_start_if(const Meta_info meta_info, const int token,
extern int xlator_take_kvpair(const Meta_info, const int token, char *value);
extern int xlator_end_if(const Meta_info, const char *value);
xlator_start_if(const Meta_info meta_info, const int token, char *value)
xlator_take_kvpair(const Meta_info meta_info, const int token, char *value)
xlator_end_if(const Meta_info M, const char *value)
xlator_start_if(const Meta_info m, int const token, char *value)
xlator_take_kvpair(Meta_info m, int const token, char *value)
xlator_end_if(const Meta_info m, char const *value)
extern void print_metainfo(const Meta_info *);