Home
last modified time | relevance | path

Searched defs:body_size (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/
H A Dsv_inline.h125 U8 body_size; /* Size to allocate */ member
175 #define FIT_ARENA0(body_size) \ argument
177 #define FIT_ARENAn(count,body_size) \ argument
181 #define FIT_ARENA(count,body_size) \ argument
[all...]
H A Dsv.c807 Perl_more_bodies(pTHX_ const svtype sv_type,const size_t body_size,const size_t arena_size) Perl_more_bodies() argument
[all...]
/openbsd-src/gnu/usr.bin/texinfo/makeinfo/
H A Dmacro.c462 int body_size = 0, body_index = 0; in define_macro() local