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

/ast/src/lib/libcs/
H A Dmsgsetmask.c36 int invert; local
39 invert = *s == '!';
47 return invert ? ~m : m;
/ast/src/cmd/dsslib/ip_t/
H A Direexec.h95 if (re->invert)
100 if (!re->invert)
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/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 Dinit.c201 if (!(s = state.key.invert)) s = state.key.value;
211 return(state.key.invert ? ~x : x);
280 if (state.key.invert) fs->flags |= FS_ON;
284 if (state.key.invert) fs->flags &= ~FS_ON;
294 if (state.key.invert) fs->flags &= ~FS_ACTIVE;
304 if (state.key.invert) fs->flags &= ~FS_CLOSE;
309 if (state.key.invert) fs->flags &= ~FS_FLUSH;
315 if (state.key.invert) fs->flags &= ~FS_FORK;
320 if (state.key.invert) fs->flags &= ~FS_GLOBAL;
325 if (!state.key.invert)
[all...]
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
H A Dmap.c362 if (state.key.invert)
/ast/src/lib/libast/regex/
H A Dregrexec.c91 goto invert;
113 invert:
H A Dreglib.h365 int invert; member in struct:Collate_s
H A Dregcomp.c1476 e->re.collate.invert = neg;
1780 e->re.collate.invert = 0;
H A Dregnexec.c718 return rex->re.collate.invert ? !r : r;
/ast/src/lib/libast/astsa/
H A Dstrmatch.c345 int invert; local
354 if (invert = *p == '!' || *p == '^')
444 if (ok != invert)
/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/cmd/nmake/
H A DMakerules.mk1182 else $(YACC) $(YACCFLAGS) $(>)$(YACCFIX.$(%):?$("\n")$(STDED) $(STDEDFLAGS) y.tab.c <<!$("\n")g/yytoken/s//yy_token/g$("\n")g/[yY][yY]/s//<<<<&>>>>/g$("\n")g/<<<<yy>>>>/s//$(YACCFIX.$(%))/g$("\n")g/<<<<YY>>>>/s//$(YACCFIX.$(%):F=%(invert)s)/g$("\n")w$("\n")q$("\n")!??)$(YACCHDR.$(%):?$("\n")$(STDED) $(STDEDFLAGS) y.tab.c <<!$("\n")1i$("\n")#include "$(YACCHDR.$(%))"$("\n").$("\n")g/extern.*malloc/d$("\n")w$("\n")q$("\n")!??)
1196 $(YACCFIX.$(%):?$(STDED) $(STDEDFLAGS) y.tab.h <<!$("\n")g/yytoken/s//yy_token/g$("\n")g/yy/s//$(YACCFIX.$(%))/g$("\n")g/YY/s//$(YACCFIX.$(%):F=%(invert)s)/g$("\n")w$("\n")q$("\n")!$("\n")$(PROTO) -frs y.tab.h$("\n")??)if $(SILENT) $(CMP) $(CMPFLAGS) y.tab.h $(%).h
1209 else $(LEX) $(LEXFLAGS) $(>)$(LEXFIX.$(%):@?$("\n")$(STDED) $(STDEDFLAGS) lex.yy.c <<!$("\n")g/yy/s//$(LEXFIX.$(%))/g$("\n")g/YY/s//$(LEXFIX.$(%):F=%(invert)s)/g$("\n")w$("\n")q$("\n")!??)

Completed in 81 milliseconds