Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dmacro.c299 int new_body_index, new_body_size; in apply() local
309 new_body_index = 0; in apply()
314 new_body[new_body_index++] = body[i++]; in apply()
373 strcpy (new_body + new_body_index, text); in apply()
374 new_body_index += len; in apply()
380 new_body[new_body_index] = 0; in apply()