Searched refs:new_body (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dmacro.c300 char *new_body, *text;
305 new_body = xmalloc (1 + new_body_size);
314 new_body[new_body_index++] = body[i++];
368 new_body = xrealloc (new_body, new_body_size);
373 strcpy (new_body + new_body_index, text);
380 new_body[new_body_index] = 0;
381 return new_body;
298 char *new_body, *text; local
/freebsd-9.3-release/contrib/wpa/src/wps/
H A Dhttpread.c525 char *new_body; local
539 if ((new_body = os_realloc(h->body, new_alloc_nbytes))
543 h->body = new_body;
/freebsd-9.3-release/contrib/gcc/
H A Domp-low.c3595 tree new_stmt, stmt, body, bind, block, ilist, olist, new_body;
3654 new_body = alloc_stmt_list ();
3655 append_to_statement_list (ilist, &new_body);
3656 append_to_statement_list (stmt, &new_body);
3657 append_to_statement_list (bind, &new_body);
3660 append_to_statement_list (t, &new_body);
3662 append_to_statement_list (olist, &new_body);
3663 append_to_statement_list (dlist, &new_body);
3665 maybe_catch_exception (&new_body);
3670 append_to_statement_list (t, &new_body);
3593 tree new_stmt, stmt, body, bind, block, ilist, olist, new_body; local
4154 tree clauses, par_bind, par_body, new_body, bind; local
[all...]
H A Dreload1.c2947 rtx new_body;
3011 new_body = old_body;
3014 new_body = copy_insn (old_body);
3018 PATTERN (insn) = new_body;
3124 new_body = old_body;
3127 new_body = copy_insn (old_body);
3131 PATTERN (insn) = new_body;
3250 new_body = old_body;
3253 new_body = copy_insn (old_body);
3257 PATTERN (insn) = new_body;
2932 rtx new_body; local
[all...]

Completed in 124 milliseconds