Searched refs:skipping (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/src/
H A Dmacro.c195 bool skipping; /* set if conditionally skipping output */ local
198 int skiplev; /* skipping nesting level */
211 skipping = false;
240 if (skipping)
247 skipping = (mv == NULL || *mv == '\0');
251 case CONDELSE: /* change state of skipping */
255 skipping = !skipping;
258 case CONDFI: /* stop skipping */
[all...]
H A Dalias.c649 bool skipping; local
661 skipping = false;
693 skipping = true;
700 skipping = false;
705 if (!skipping)
707 skipping = true;
710 skipping = false;
796 skipping = true;
801 if (skipping)
/osnet-11/usr/src/cmd/perl/5.8.4/utils/port/
H A DMapFiles107 if ($line =~ m{^([\w/-]+)\.{2,}} && $line !~ /\.skipping test/) {
/osnet-11/usr/src/lib/libast/
H A DMakefile.com725 @ print "usr/src/lib/libast is not lint-clean: skipping"
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DTest.pm171 else { carp "Test::plan(): skipping unrecognized directive '$k'" }
488 you need to I<not> eval the arguments when skipping the
512 # Not skipping, so actually call and evaluate...
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DHarness.pm171 for skipping.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm3319 rounding place (skipping the decimal point) is greater than 5, the
3327 digit immediately to the right of the rounding place (skipping the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DBalanced.pm1120 extract a delimited substring, possibly after skipping a

Completed in 42 milliseconds