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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DC.pm242 sub savesym { subroutine
309 # savesym, pvmax, len, pv
315 my( $len, $pvmax, $savesym, $pv ) = ( 0, 0 );
317 $savesym = '(char*)' . save_rv( $sv );
322 ($savesym, $pvmax) = $pok ? savepv($pv) : ( 'NULL', 0 );
325 return ( $savesym, $pvmax, $len, $pv );
355 savesym($op, "&op_list[$ix]");
393 savesym($op, "(OP*)&unop_list[$ix]");
407 savesym($op, "(OP*)&binop_list[$ix]");
421 savesym(
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DB.pm154 sub savesym { subroutine
156 # warn(sprintf("savesym: sym_%x => %s\n", $$obj, $value)); # debug
176 savesym($op, sprintf("%s (0x%lx)", class($op), $$op));

Completed in 39 milliseconds