Searched defs:EQ (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/nmake/
H A Dexpand.h62 #define EQ (1<<1) macro
68 #define NE (NOT|EQ)
69 #define LE (LT|EQ)
70 #define GE (GT|EQ)
126 "", { ED_QUAL,EQ },
127 "first", { ED_QUAL,EQ },
148 "numeric", { ED_QUAL,EQ },
/ast/src/lib/libexpr/
H A DOexparse.h87 #define EQ 312 macro
H A DOexparse.c128 #define EQ 312 macro
628 "S2X","X2F","X2I","X2S","OR","AND","EQ","NE","LE","GE","LS","RS","UNARY","INC",
685 "expr : expr EQ expr",
/ast/src/cmd/coshell/
H A Dmisc.c106 #define EQ (1<<1) macro
110 #define NE (NOT|EQ)
111 #define LE (LT|EQ)
112 #define GE (GT|EQ)
123 case EQ:
153 case EQ:
155 r = (strmatch(vp, sb) || strchr(vp, '|') && strmatch(sb, vp)) == (op == EQ);
244 op = EQ;
258 op |= EQ;
/ast/src/lib/libjcl/
H A Dparse.c49 static char EQ[] = "="; variable
833 if (!n && !q && jcl->last != EQ)
842 s = EQ;
852 s = EQ;
856 xel(jcl, EQ);
1057 syntax(jcl, 2, b, "(CODE,LT|LE|EQ|NE|GE|GT[,STEP])|EVEN|ONLY", NiL);
1076 else if ((val = lex(jcl)) == EQ)
1757 static const char* opname[] = { "NOP", "ONLY", "EVEN", "LT", "LE", "EQ", "NE", "GE", "GT", "OR", "AND" };
/ast/src/cmd/sortlib/sync/
H A Dss.c93 static char EQ[] = "="; variable
282 return EQ;
284 xel(ss, EQ);
377 else if (s != EQ || !(s = lex(ss)) ||
1136 else if (streq(s, "EQ"))

Completed in 40 milliseconds