Lines Matching refs:growable
65 struct growable { struct
123 void print_dependencies(const struct growable *pdep,
126 const struct growable *pfilt);
131 void grow_if_needed (struct growable *pgrow);
132 int append_to_growable(struct growable *, char *);
133 struct growable *allocate_growable(void);
134 void free_growable(struct growable *pgrowvoid);
135 void create_filters(struct growable *pfilt, const struct growable *pinc);
264 add_to_dependencies(struct growable *pdep, in add_to_dependencies()
265 const struct growable *pfilt, in add_to_dependencies()
376 print_dependencies(const struct growable *pdep, const char* pclass_file) in print_dependencies()
418 process_class_file(const char *pfilename, const struct growable *pfilt) in process_class_file()
433 struct growable *pdepen; in process_class_file()
662 int append_to_growable(struct growable *pgrow, char *pstr) in append_to_growable()
673 grow_if_needed(struct growable *pgrow) in grow_if_needed()
685 struct growable *allocate_growable(void) in allocate_growable()
691 struct growable *pgrow; in allocate_growable()
693 pgrow = xmalloc(sizeof(struct growable)); in allocate_growable()
701 free_growable(struct growable *pgrow) in free_growable()
711 create_filters(struct growable *pfilt, const struct growable *pinc) in create_filters()
788 struct growable *presp, *pincs, *pfilters;