HomeSort by: relevance | last modified time | path
    Searched defs:body_index (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/texinfo/dist/makeinfo/
macro.c 467 int body_size = 0, body_index = 0;
653 if ((body_index + strlen (line) + 3) >= body_size)
655 strcpy (body + body_index, line);
656 body_index += strlen (line);
657 body[body_index++] = '\n';
658 body[body_index] = 0;
464 int body_size = 0, body_index = 0; local

Completed in 16 milliseconds