Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/texinfo/makeinfo/
H A Dmacro.c297 int new_body_index, new_body_size; in apply() local
307 new_body_index = 0; in apply()
312 new_body[new_body_index++] = body[i++]; in apply()
371 strcpy (new_body + new_body_index, text); in apply()
372 new_body_index += len; in apply()
378 new_body[new_body_index] = 0; in apply()