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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DTabs.pm7 @EXPORT = qw(expand unexpand $tabstop);
33 sub unexpand subroutine
72 Text::Tabs -- expand and unexpand tabs per the unix expand(1) and unexpand(1)
80 @lines_with_tabs = unexpand(@lines_without_tabs);
84 Text::Tabs does about what the unix utilities expand(1) and unexpand(1)
87 it, unexpand will add tabs when it can save bytes by doing so. Invisible

Completed in 19 milliseconds