Home
last modified time | relevance | path

Searched refs:new_body_size (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/usr.bin/texinfo/makeinfo/
Dmacro.c297 int new_body_index, new_body_size; in apply() local
302 new_body_size = strlen (body); in apply()
303 new_body = xmalloc (1 + new_body_size); in apply()
365 new_body_size += len + 1; in apply()
366 new_body = xrealloc (new_body, new_body_size); in apply()