Searched refs:invert (Results 1 - 20 of 20) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DParser.java99 * @param invert True if the results of the comparison should be
110 boolean invert,
285 boolean invert,
310 ret = parseFilterlist(tk, ev, locale, (char)tok, invert, eval);
313 ret = parseFilter(tk, ev, locale, !invert, eval);
317 ret = parseItem(tk, ev, locale, invert, eval);
326 ret = parseItem(tk, ev, locale, invert, eval);
353 boolean invert,
367 prex = parseFilter(tk, ev, locale, invert, eval);
371 prex = parseFilter(tk, ev, locale, invert, eva
107 evaluate(AttributeString tag, char op, Object pattern, boolean invert, ParserRecord returns) argument
282 parseFilter(StreamTokenizer tk, Parser.QueryEvaluator ev, Locale locale, boolean invert, boolean eval) argument
349 parseFilterlist(StreamTokenizer tk, Parser.QueryEvaluator ev, Locale locale, char op, boolean invert, boolean eval) argument
406 parseItem(StreamTokenizer tk, Parser.QueryEvaluator ev, Locale locale, boolean invert, boolean eval) argument
[all...]
H A DServiceStoreInMemory.java934 // value, using the operator. If invert is true, then
941 boolean invert,
952 if (invert) {
973 // ...but only if invert isn't on.
975 if (!invert) {
1007 // If invert is on, collect those whose types don't match as
1010 if (invert) {
1037 if (!invert) {
1051 if (!invert) {
1065 if (!invert) {
938 evaluate(AttributeString tag, char op, Object pattern, boolean invert, Parser.ParserRecord prReturns) argument
[all...]
/opensolaris-onvv-gate/usr/src/lib/libshell/common/sh/
H A Dstring.c78 int sh_lookopt(register const char *sp, int *invert) argument
95 *invert = !*invert;
112 *invert ^= no;
125 *invert ^= no;
171 *invert ^= inv;
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/gen/common/
H A Dgetauditflags.c398 int i, gotone, done = 0, invert = 0, tryagain; local
437 invert = 0;
445 invert = 1;
450 if (invert)
458 if (invert)
/opensolaris-onvv-gate/usr/src/lib/libast/common/regex/
H A Dregrexec.c91 goto invert;
113 invert:
H A Dreglib.h365 int invert; member in struct:Collate_s
H A Dregcomp.c1468 e->re.collate.invert = neg;
1757 e->re.collate.invert = 0;
H A Dregnexec.c719 return rex->re.collate.invert ? !r : r;
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/stage2/
H A Dgraphics.c617 int i, ch, invert, offset; local
624 invert = (text[fonty * ROWBYTES + fontx] & 0xff00) != 0;
633 if (!invert) {
/opensolaris-onvv-gate/usr/src/lib/libtecla/common/
H A Dexpand.c931 int invert = 0; /* True to invert the sense of the match */ local
940 invert = 1;
1003 return matched ? !invert : invert;
H A Dhistory.c2757 int invert = 0; /* True to invert the sense of the match */ local
2767 invert = 1;
2836 * If the pattern started with a caret, invert the sense of the match.
2838 if(invert)
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/ec/
H A Dec2_mult.c347 if (!group->meth->invert(group, p, ctx)) goto err;
355 if (!group->meth->invert(group, p, ctx)) goto err;
H A Dec_lcl.h143 int (*invert)(const EC_GROUP *, EC_POINT *, BN_CTX *); member in struct:ec_method_st
H A Dec_lib.c1023 return group->meth->invert(group, a, ctx);
/opensolaris-onvv-gate/usr/src/lib/efcode/include/fcode/
H A Dproto.h60 FNPROTO(invert); variable
/opensolaris-onvv-gate/usr/src/lib/efcode/engine/
H A Dforth.c191 invert(fcode_env_t *env) function
193 CHECK_DEPTH(env, 1, "invert");
2478 invert(env);
2511 ANSI(0x026, 0, "invert", invert);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DOpcode.pm276 ^ (xor) and ~ (negate/invert).
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dperly.c1798 { yyval.opval = invert(scalar(yyvsp[0].opval)); }
H A Dembed.h384 #define invert Perl_invert macro
2912 #define invert(a) Perl_invert(aTHX_ a) macro
/opensolaris-onvv-gate/usr/src/cmd/abi/appcert/etc/
H A Detc.scoped.in908 SCOPED_SYMBOL|SunOS_5.6|libmp.so.1|invert

Completed in 382 milliseconds