Searched refs:negate (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/nmake/
H A Dmake.h1011 extern void negate(Rule_t*, Rule_t*);
H A Dparse.c2609 negate(&set.rule, r);
2656 negate(&clr.rule, r);
H A Drule.c1191 * negate <from> attributes in <to>
1195 negate(register Rule_t* from, register Rule_t* to) function
H A Dbind.c1572 negate(z, r);
/ast/src/cmd/ksh93/sh/
H A Dxec.c2823 int negate = (type&TNEGATE)!=0; local
2903 shp->exitval = ((!n)^negate);

Completed in 105 milliseconds