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

/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dmacro.c465 int body_size = 0, body_index = 0;
651 if ((body_index + strlen (line) + 3) >= body_size)
653 strcpy (body + body_index, line);
654 body_index += strlen (line);
655 body[body_index++] = '\n';
656 body[body_index] = 0;
462 int body_size = 0, body_index = 0; local

Completed in 40 milliseconds