OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Jun 29 00:24:49 UTC 2026