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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DConcise.pm21 our @EXPORT_OK = qw(set_style set_style_standard add_callback
63 sub set_style { subroutine
79 set_style(@{$style{$stylename}});
207 set_style(@{$style{$stylename}});
801 use B::Concise qw(set_style add_callback);
1187 use B::Concise qw(set_style add_callback);
1188 set_style($your_format, $your_gotofmt, $your_treefmt);
1197 =head2 set_style()
1199 B<set_style> accepts 3 arguments, and updates the three components of an

Completed in 121 milliseconds