Searched refs:write_back (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DStackobj.pm52 sub write_back { confess "stack object does not implement write_back" } subroutine
59 $obj->write_back;
204 $obj->write_back;
218 sub B::Stackobj::Padsv::write_back {
231 confess "write_back failed for lexical @{[$obj->peek]}\n";
245 sv => $sv # holds the SV object until write_back happens
271 sub B::Stackobj::Const::write_back {
318 sub B::Stackobj::Bool::write_back {
H A DCC.pm219 $lex->write_back unless $lex->{flags} & $avoid;
237 $lex->write_back;
326 # Use $obj->write_back whenever shadowed_c_var needs to be up to date.
331 my ($class, $write_back) = @_;
333 # (for *C* variable) and callback sub for write_back
335 bless [undef, 1, $write_back], $class;
342 sub write_back { subroutine
631 #sub pp_bless { $curcop->write_back; default_pp(@_) }
632 #sub pp_repeat { $curcop->write_back; default_pp(@_) }
633 # The following subs need $curcop->write_back i
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Ddvh.c310 int write_back = 0; local
381 write_back = 1;
416 if (write_back)
H A Dgpt.c914 int write_back = 0; local
965 write_back = 1;
1012 if (!_parse_header (disk, gpt, &write_back))
1059 if (write_back)

Completed in 271 milliseconds