Searched refs:s_appends (Results 1 – 4 of 4) sorted by relevance
39 extern struct s_appends *appends;
129 struct s_appends { struct
79 struct s_appends *appends; /* Array of pointers to strings to append. */124 sizeof(struct s_appends) * in process()222 sizeof(struct s_appends) * in process()
141 else if ((appends = malloc(sizeof(struct s_appends) * appendnum)) == in compile()