Lines Matching refs:growable
65 struct growable { struct
120 void print_dependencies(const struct growable *pdep,
123 const struct growable *pfilt);
128 void grow_if_needed (struct growable *pgrow);
129 int append_to_growable(struct growable *, char *);
130 struct growable *allocate_growable(void);
131 void free_growable(struct growable *pgrowvoid);
132 void create_filters(struct growable *pfilt, const struct growable *pinc);
261 add_to_dependencies(struct growable *pdep, in add_to_dependencies()
262 const struct growable *pfilt, in add_to_dependencies()
373 print_dependencies(const struct growable *pdep, const char* pclass_file) in print_dependencies()
415 process_class_file(const char *pfilename, const struct growable *pfilt) in process_class_file()
430 struct growable *pdepen; in process_class_file()
650 int append_to_growable(struct growable *pgrow, char *pstr) in append_to_growable()
661 grow_if_needed(struct growable *pgrow) in grow_if_needed()
673 struct growable *allocate_growable(void) in allocate_growable()
679 struct growable *pgrow; in allocate_growable()
681 pgrow = xmalloc(sizeof(struct growable)); in allocate_growable()
689 free_growable(struct growable *pgrow) in free_growable()
699 create_filters(struct growable *pfilt, const struct growable *pinc) in create_filters()
776 struct growable *presp, *pincs, *pfilters;