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

/openbsd-current/gnu/usr.bin/perl/
H A Dsv_inline.h124 struct body_details { struct
194 static const struct body_details bodies_by_type[] = {
349 static const struct body_details fake_rv =
352 static const struct body_details fake_hv_with_aux =
374 const struct body_details *type_details;
H A Dsv.c765 and body-size from the body_details table described below, thus
771 For each sv-type, struct body_details bodies_by_type[] carries
913 const struct body_details *new_type_details;
914 const struct body_details *old_type_details
1231 const struct body_details *old_type_details = bodies_by_type + SVt_PVHV;
6940 const struct body_details *sv_type_details;
14635 const struct body_details *sv_type_details

Completed in 210 milliseconds