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

/ast/src/lib/libcs/
H A Dmsgsetmask.c36 int invert; local
39 invert = *s == '!';
47 return invert ? ~m : m;
/ast/src/lib/libast/astsa/
H A Dstrmatch.c345 int invert; local
354 if (invert = *p == '!' || *p == '^')
444 if (ok != invert)
/ast/src/cmd/ksh93/sh/
H A Dstring.c74 int sh_lookopt(register const char *sp, int *invert) argument
91 *invert = !*invert;
108 *invert ^= no;
121 *invert ^= no;
167 *invert ^= inv;
/ast/src/cmd/re/
H A Dtestfmt.c72 H(" i invert test the inverse call too\n");
312 int invert; local
472 expand = invert = type = 0;
485 invert = 1;
545 if (!invert)
547 invert = 0;
/ast/src/cmd/3d/
H A Dlib.c207 * if `no<key>' then state.key.invert gets value and state.key.value=""
208 * otherwise state.key.invert=0
217 register int invert; local
231 invert = 1;
233 else invert = 0;
262 if (invert)
264 state.key.invert = state.key.value;
269 else state.key.invert = 0;
H A Dstrmatch.c460 int invert; local
474 if (invert = *p == '!')
610 if (ok != invert)
H A D3d.h488 char* invert; member in struct:__anon7::__anon12
/ast/src/cmd/dsslib/ip_t/
H A Dire.c58 int invert; member in struct:Re_s
244 sfprintf(sfstderr, " id=%05u n=%d invert=%d lo=%d hi=%d\n", re->id[0], re->n, re->invert, re->lo, re->hi);
297 if (re->n || re->invert)
299 re->invert = 1;
/ast/src/lib/libcodex/
H A Dcodex.c771 int invert; local
811 invert = -1;
819 invert = 1;
883 p += invert;
893 if (invert < 0)
/ast/src/lib/libast/regex/
H A Dreglib.h365 int invert; member in struct:Collate_s

Completed in 27 milliseconds