Searched defs:needs_copy (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dhv.c517 bool needs_copy; local
519 hv_magic_check (hv, &needs_copy, &needs_store);
520 if (needs_copy) {
783 S_hv_magic_check(pTHX_ HV *hv, bool *needs_copy, bool *needs_store) argument
786 *needs_copy = FALSE;
790 *needs_copy = TRUE;
899 bool needs_copy; local
901 hv_magic_check (hv, &needs_copy, &needs_store);
903 if (needs_copy) {

Completed in 20 milliseconds