Home
last modified time | relevance | path

Searched refs:cmptree (Results 1 – 24 of 24) sorted by relevance

/dports/games/ioquake3/ioquake3-1.36/code/tools/lcc/src/
H A Dtoken.h56 xx(LEQ, 52, 10, LE, cmptree,LEQ, "<=")
59 xx(GEQ, 55, 10, GE, cmptree,GEQ, ">=")
64 yy(0, 60, 10, LT, cmptree,'<', "<")
66 yy(0, 62, 10, GT, cmptree,'>', ">")
H A Denode.c6 static Tree cmptree(int, Tree, Tree);
201 static Tree cmptree(int op, Tree l, Tree r) { in cmptree() function
246 return cmptree(op, l, r); in eqtree()
/dports/games/ioquake3-server/ioquake3-1.36/code/tools/lcc/src/
H A Dtoken.h56 xx(LEQ, 52, 10, LE, cmptree,LEQ, "<=")
59 xx(GEQ, 55, 10, GE, cmptree,GEQ, ">=")
64 yy(0, 60, 10, LT, cmptree,'<', "<")
66 yy(0, 62, 10, GT, cmptree,'>', ">")
H A Denode.c6 static Tree cmptree(int, Tree, Tree);
201 static Tree cmptree(int op, Tree l, Tree r) { in cmptree() function
246 return cmptree(op, l, r); in eqtree()
/dports/games/iortcw/iortcw-1.51c/MP/code/tools/lcc/src/
H A Dtoken.h56 xx(LEQ, 52, 10, LE, cmptree,LEQ, "<=")
59 xx(GEQ, 55, 10, GE, cmptree,GEQ, ">=")
64 yy(0, 60, 10, LT, cmptree,'<', "<")
66 yy(0, 62, 10, GT, cmptree,'>', ">")
H A Denode.c6 static Tree cmptree(int, Tree, Tree);
200 static Tree cmptree(int op, Tree l, Tree r) { in cmptree() function
245 return cmptree(op, l, r); in eqtree()
/dports/games/iortcw/iortcw-1.51c/SP/code/tools/lcc/src/
H A Dtoken.h56 xx(LEQ, 52, 10, LE, cmptree,LEQ, "<=")
59 xx(GEQ, 55, 10, GE, cmptree,GEQ, ">=")
64 yy(0, 60, 10, LT, cmptree,'<', "<")
66 yy(0, 62, 10, GT, cmptree,'>', ">")
H A Denode.c6 static Tree cmptree(int, Tree, Tree);
200 static Tree cmptree(int op, Tree l, Tree r) { in cmptree() function
245 return cmptree(op, l, r); in eqtree()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/tools/lcc/src/
H A Dtoken.h56 xx(LEQ, 52, 10, LE, cmptree,LEQ, "<=")
59 xx(GEQ, 55, 10, GE, cmptree,GEQ, ">=")
64 yy(0, 60, 10, LT, cmptree,'<', "<")
66 yy(0, 62, 10, GT, cmptree,'>', ">")
H A Denode.c6 static Tree cmptree(int, Tree, Tree);
201 static Tree cmptree(int op, Tree l, Tree r) { in cmptree() function
246 return cmptree(op, l, r); in eqtree()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/tools/lcc/src/
H A Dtoken.h56 xx(LEQ, 52, 10, LE, cmptree,LEQ, "<=")
59 xx(GEQ, 55, 10, GE, cmptree,GEQ, ">=")
64 yy(0, 60, 10, LT, cmptree,'<', "<")
66 yy(0, 62, 10, GT, cmptree,'>', ">")
H A Denode.c6 static Tree cmptree(int, Tree, Tree);
201 static Tree cmptree(int op, Tree l, Tree r) { in cmptree() function
246 return cmptree(op, l, r); in eqtree()
/dports/games/openarena/openarena-engine-source-0.8.8/code/tools/lcc/src/
H A Dtoken.h56 xx(LEQ, 52, 10, LE, cmptree,LEQ, "<=")
59 xx(GEQ, 55, 10, GE, cmptree,GEQ, ">=")
64 yy(0, 60, 10, LT, cmptree,'<', "<")
66 yy(0, 62, 10, GT, cmptree,'>', ">")
H A Denode.c6 static Tree cmptree(int, Tree, Tree);
201 static Tree cmptree(int op, Tree l, Tree r) { in cmptree() function
246 return cmptree(op, l, r); in eqtree()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/tools/lcc/src/
H A Dtoken.h56 xx(LEQ, 52, 10, LE, cmptree,LEQ, "<=")
59 xx(GEQ, 55, 10, GE, cmptree,GEQ, ">=")
64 yy(0, 60, 10, LT, cmptree,'<', "<")
66 yy(0, 62, 10, GT, cmptree,'>', ">")
H A Denode.c6 static Tree cmptree(int, Tree, Tree);
201 static Tree cmptree(int op, Tree l, Tree r) { in cmptree() function
246 return cmptree(op, l, r); in eqtree()
/dports/games/evq3/evq3/code/tools/lcc/src/
H A Dtoken.h56 xx(LEQ, 52, 10, LE, cmptree,LEQ, "<=")
59 xx(GEQ, 55, 10, GE, cmptree,GEQ, ">=")
64 yy(0, 60, 10, LT, cmptree,'<', "<")
66 yy(0, 62, 10, GT, cmptree,'>', ">")
H A Denode.c6 static Tree cmptree(int, Tree, Tree);
201 static Tree cmptree(int op, Tree l, Tree r) { in cmptree() function
246 return cmptree(op, l, r); in eqtree()
/dports/devel/antlr/antlr-2.7.7/examples/python/ASTsupport/
H A Dastsupport.py78 return antlr.cmptree(this,t,partial=False)
/dports/devel/antlr/antlr-2.7.7/lib/python/antlr/
H A Dantlr.py2176 def cmptree(s,t,partial): function
2183 if not cmptree(s.getFirstChild(),t.getFirstChild(),partial):
2349 return cmptree(self, t, partial=False)
2355 return cmptree(self,t,partial=True)
2362 cmptree(self.getFirstChild(), t.getFirstChild(), partial=False)
2370 return self.equals(t) and cmptree(
/dports/textproc/py-xlwt/xlwt-1.3.0/xlwt/
H A Dantlr.py2210 def cmptree(s,t,partial): function
2217 if not cmptree(s.getFirstChild(),t.getFirstChild(),partial):
2380 return cmptree(self, t, partial=False)
2386 return cmptree(self,t,partial=True)
2393 cmptree(self.getFirstChild(), t.getFirstChild(), partial=False)
2401 return self.equals(t) and cmptree(
/dports/lang/python-legacy/Python-2.7.18/Demo/pdist/
H A DREADME36 cmptree.py First FSProxy client (used to sync from the Mac)
/dports/lang/python27/Python-2.7.18/Demo/pdist/
H A DREADME36 cmptree.py First FSProxy client (used to sync from the Mac)
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
H A DREADME36 cmptree.py First FSProxy client (used to sync from the Mac)