Home
last modified time | relevance | path

Searched refs:freezer (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Data-Dumper/
H A DDumper.pm104 freezer => $Freezer, # name of Freezer method for objects
279 my $freezer = $s->{freezer};
280 if ($freezer and UNIVERSAL::can($val, $freezer)) {
281 eval { $val->$freezer() };
686 @_ >= 2 ? (($s->{freezer} = $v), return $s) : $s->{freezer};
H A DDumper.xs48 SV *freezer; member
693 if (SvOBJECT(SvRV(val)) && style->freezer && in DD_dump()
694 SvPOK(style->freezer) && SvCUR(style->freezer) && in DD_dump()
695 gv_fetchmeth(SvSTASH(SvRV(val)), SvPVX_const(style->freezer), in DD_dump()
696 SvCUR(style->freezer), -1) != NULL) in DD_dump()
700 i = perl_call_method(SvPVX_const(style->freezer), G_EVAL|G_VOID|G_DISCARD); in DD_dump()
1502 = style.freezer = style.toaster = style.bless = &PL_sv_undef;
1542 style.freezer = *svp;
/openbsd/games/fortune/datfiles/
H A Dfortunes2-o89 I told you to take only what's on the *top* two shelves of the freezer?
1774 until the 27th day. My wife bent over the freezer to get something out, and
3538 in the freezer," and slammed the door on him.
7542 He sticks it in the freezer to get it stiff,
H A Dfortunes215526 Get a can of shaving cream, throw it in a freezer for about a week.
26044 So for dinner she had lambchops; the rest is in the freezer.
42343 We keep him safe in our G.E. freezer.
H A Dfortunes14909 guest politician, who wins an Amana home freezer if he can get through
/openbsd/gnu/usr.bin/perl/Porting/
H A Depigraphs.pod4267 Let them cool and put them in the fridge (or freezer) until you are
/openbsd/share/dict/
H A Dweb2a14415 cream freezer
29617 ice-cream freezer
53297 sharp-freezer
H A Dweb273435 freezer
/openbsd/gnu/usr.bin/perl/
H A DMANIFEST3579 dist/Data-Dumper/t/freezer.t See if Data::Dumper::Freezer works