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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dxsutils.c62 bool negated; local
67 if ((negated = (*name == '-'))) {
79 if (negated)
87 if (negated)
96 if (negated)
113 if (negated)
122 if (negated)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Ds2p.PL608 my( $addr1, $addr2, $negated, $opcode, $arg, $fl ) = @_;
616 $cond = $negated ? "unless( $addr1 )\n" : "if( $addr1 )\n";
638 my( $addr1, $addr2, $negated, $opcode, $path, $fl ) = @_;
640 Emit( $addr1, $addr2, $negated, $opcode, $path, $fl );
647 my( $addr1, $addr2, $negated, $opcode, $lab, $fl ) = @_;
671 my( $addr1, $addr2, $negated, $opcode, $arg, $fl ) = @_;
672 push( @BlockStack, [ $fl, $addr1, $addr2, $negated ] );
673 Emit( $addr1, $addr2, $negated, $opcode, $arg, $fl );
679 my( $addr1, $addr2, $negated, $opcode, $arg, $fl ) = @_;
683 $rc = Emit( $addr1, $addr2, $negated,
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DSelect.pm105 expression is I<negated> (so C<!foo> would match anything I<except>
459 my ($section_spec, $regex, $negated, $match);
470 $negated = ($regex =~ s/^\!//);
471 $match &= ($negated ? ($headings[$i] !~ /${regex}/)
669 my (@regexs, $negated);
690 $negated = s/^\!//; ## check for negation
700 $_ = '!' . $_ if ($negated);
727 be negated). The index of the expression in the subarray should correspond
/osnet-11/usr/src/cmd/sendmail/aux/
H A Dvacation.c607 bool negated = FALSE; local
638 negated = TRUE;
642 negated = FALSE;
679 return (!negated && result);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2latex.PL285 Specify pod sections to include (or remove if negated) in the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDumpvalue.pm605 expressions (possibly negated).
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DOpcode.pm159 =item a negated opname or optag
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DLong.pm1627 The option does not take an argument and may be negated, i.e. prefixed

Completed in 647 milliseconds