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

/illumos-gate/usr/src/cmd/tr/
H A Dcset.c195 cset_addclass(struct cset *cs, wctype_t type, bool invert) argument
203 csc->csc_invert = invert;
/illumos-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;
/illumos-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...]
/illumos-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)
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dregex2.h121 int invert; member in struct:__anon3016
133 cs->invert);
136 return (!cs->invert);
139 return (!cs->invert);
142 return (!cs->invert);
143 return (cs->invert);
153 cs->invert);
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dutil.c948 int invert; local
986 invert = 0;
990 if( c2=='^' ){ invert = 1; c2 = *++zPattern; }
1009 if( c2==0 || (seen ^ invert)==0 ) return 0;
/illumos-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)
/illumos-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) {
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dproto.h60 FNPROTO(invert); variable
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h280 unsigned char invert; member in struct:trace_params
/illumos-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);
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dreglib.h365 int invert; member in struct:Collate_s

Completed in 103 milliseconds