Searched refs:do_expand (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DDynaLoader_pm.PL77 $do_expand = $Is_VMS;
281 last if $file = ($do_expand) ? dl_expandspec($try) : ((-f $try) && $try);
352 # return $file if (!$do_expand && -f $file); # the common case
353 # return $file if ( $do_expand && ($file=dl_expandspec($file)));
394 elsif (m:/: && -f $_ && !$do_expand) {
456 $file = ($do_expand) ? dl_expandspec($file) : (-f $file && $file);
478 # Optional function invoked if DynaLoader.pm sets $do_expand.
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_page.c547 int32_t do_expand; local
550 do_expand = 0;
579 do_expand = 1;
633 num_items > hashp->hdr.ffactor ? 1 : do_expand;
/osnet-11/usr/src/cmd/sendmail/db/hash/
H A Dhash_page.c1250 int do_expand, is_keybig, is_databig, ret; local
1255 do_expand = 0;
1293 do_expand = 1;
1377 if (do_expand || (hcp->hdr->ffactor != 0 &&

Completed in 21 milliseconds