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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DDeparse.pm110 # - comprehensive test mechanism (TEST -deparse)
141 # Current test.deparse failures
216 # want to deparse
243 # deparse() calls each per-op subroutine with an argument $cx (short
247 # chart below). When ops with children call deparse on them, they pass
423 $args .= $self->deparse($svop, 6);
616 # First deparse command-line args
617 if (defined $^I) { # deparse -i
620 if ($^W) { # deparse -w
623 if ($/ ne "\n" or defined $O::savebackslash) { # deparse
784 sub deparse { subroutine
[all...]

Completed in 21 milliseconds