Home | History | Annotate | Download | only in src

Lines Matching refs:new_buf

180 	char *p, *new_buf = e_buf;
187 new_buf = realloc(e_buf, new_buf_len);
188 if (!new_buf) {
193 expr_list[expr_counter] = new_buf;
194 e_buf = new_buf;
757 char *p, **new_buf = r_buf;
781 *new_buf = realloc(*r_buf, new_buf_len);
782 if (!new_buf) {
786 **r_buf = **new_buf;