Searched refs:negate (Results 1 - 12 of 12) sorted by relevance

/osnet-11/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_configfile.c179 register int negate = 0; local
186 negate++;
242 if (negate)
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmain.c187 bool forged, negate; local
1006 negate = optarg[0] == '!';
1007 if (negate)
1009 /* negate meaning of pattern match */
1016 if (negate)
1034 new->queue_negate = negate;
1042 new->queue_negate = negate;
1050 new->queue_negate = negate;
1064 new->queue_negate = negate;
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_devperm.c764 int negate = 0; local
771 negate++;
830 if (negate) {
/osnet-11/usr/src/lib/efcode/include/fcode/
H A Dproto.h64 FNPROTO(negate); variable
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DOpcode.pm276 ^ (xor) and ~ (negate/invert).
320 left_shift right_shift bit_and bit_xor bit_or negate i_negate
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
H A Dsafeops.t163 negate -$x
H A Dopcode.pl551 # schop, chop, postinc/dec, bit_and etc, negate, complement.
747 negate negation (-) ck_null Ifst1 S
/osnet-11/usr/src/lib/efcode/engine/
H A Dforth.c225 negate(fcode_env_t *env) function
227 CHECK_DEPTH(env, 1, "negate");
2514 ANSI(0x02c, 0, "negate", negate);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DComplex.pm79 'neg' => \&negate,
533 # (negate)
537 sub negate { subroutine
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dxec.c2637 int negate = (type&TNEGATE)!=0; local
2717 shp->exitval = ((!n)^negate);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DDeparse.pm1517 if ($op->first->name =~ /^(i_)?negate$/) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl77 (search for subroutines by pattern) allows you to negate the pattern

Completed in 192 milliseconds