Searched refs:neg (Results 1 - 8 of 8) sorted by relevance

/ast/src/cmd/re/
H A Dsed2.c84 int neg = !!(*q & NEG); local
87 return !neg;
89 return neg ^ (sel1(ipc[0], data)==1);
104 return (neg^1) << (!active&!ateof());
108 return neg;
112 return (neg^active) << 1;
H A Dsed1.c115 pack(int neg, int cmd, word length) argument
120 return IMASK | neg | cmd << 2*BYTE | l;
677 int neg; /* ! in effect */ local
699 neg = 0;
703 if(neg && docom[ccmapchr(map,cmd)&0x7f]==Ic)
707 neg = NEG;
709 if(!neg) {
736 *q = pack(neg,cmd,script->w-script->s-loc);
/ast/src/lib/librecsort/
H A Drskey.c85 #define encode(x) (neg?(10-(x)):((x)+2))
108 int neg = f->rflag; /* 0 for +, 1 for - */ local
129 neg ^= 1;
154 neg = 0;
252 if (neg)
285 int neg = f->rflag; /* 0 for +, 1 for - */ local
296 neg ^= 1;
318 if (neg)
351 int neg = f->rflag; /* 0 for +, 1 for - */ local
366 neg
[all...]
/ast/src/cmd/dsslib/num_t/
H A Dnum_t.c510 int neg; local
518 neg = 1;
524 neg = 0;
530 if (neg)
558 int neg; local
565 neg = 0;
570 neg = 1;
589 *--t = neg ? '-' : '+';
/ast/src/cmd/mailx/
H A Dlist.c317 register int neg; local
320 if (neg = *s == '!')
326 return neg ? (colp->co_bit << CMNOT) : colp->co_bit;
/ast/src/lib/libvcodex/
H A Dvcio.c562 ssize_t vcpositive(Vcint_t* list, ssize_t nlist, ssize_t* pos, ssize_t* neg, int type) argument
617 *pos = p; *neg = n;
620 { p = *pos; n = *neg;
/ast/src/cmd/ksh93/bltins/
H A Dprint.c681 register int neg = 0; local
886 if(neg)
/ast/src/lib/libast/regex/
H A Dregcomp.c1175 int neg; local
1198 complicated = neg = 1;
1201 neg = 0;
1476 e->re.collate.invert = neg;
1732 if (neg)

Completed in 34 milliseconds