Home
last modified time | relevance | path

Searched +refs:op +refs:equalp (Results 1 – 25 of 117) sorted by relevance

12345

/dports/devel/cl-asdf/asdf-a58828745a610c1af841a86587ba197707c89eb3/test/
H A Dtest-bundle-asd.script21 (output-file (make-operation 'deliver-asd-op)
28 (operate 'deliver-asd-op *test-system-name*)
44 (assert (equalp (second *defsystem-sexpr*) *test-system-name*))
46 (assert (equalp (getf *defsystem-sexpr* :components)
52 (assert (equalp (getf *defsystem-sexpr* :lib)
55 (assert (equalp (getf *defsystem-sexpr* :depends-on) (list "test1"))
60 (operate 'monolithic-deliver-asd-op *test-system-name*)
68 (assert (equalp (second *defsystem-sexpr*) *test-system-name*))
70 (assert (equalp (getf *defsystem-sexpr* :components)
76 (assert (equalp (getf *defsystem-sexpr* :lib)
/dports/lang/sbcl/sbcl-1.3.13/src/compiler/sparc/
H A Dinsts.lisp173 #'equalp)
194 #'equalp)
243 #'equalp)
247 #'equalp)
266 #'equalp)
290 #'equalp)
304 #'equalp)
308 #'equalp)
341 #'equalp)
367 #'equalp)
[all …]
/dports/lang/sbcl/sbcl-1.3.13/src/compiler/mips/
H A Dinsts.lisp140 #'equalp)
143 #'equalp)
164 #'equalp)
191 #'equalp)
196 #'equalp)
209 #'equalp)
234 #'equalp)
262 #'equalp)
270 #'equalp)
520 #'equalp)
[all …]
/dports/games/ioquake3/ioquake3-1.36/code/tools/lcc/src/
H A Dsym.c5 #define equalp(x) v.x == p->sym.u.c.v.x macro
171 switch (ty->op) { in constant()
172 case INT: if (equalp(i)) return &p->sym; break; in constant()
173 case UNSIGNED: if (equalp(u)) return &p->sym; break; in constant()
174 case FLOAT: if (equalp(d)) return &p->sym; break; in constant()
175 case FUNCTION: if (equalp(g)) return &p->sym; break; in constant()
177 case POINTER: if (equalp(p)) return &p->sym; break; in constant()
301 switch (ty->op) { in vtoa()
/dports/games/ioquake3-server/ioquake3-1.36/code/tools/lcc/src/
H A Dsym.c5 #define equalp(x) v.x == p->sym.u.c.v.x macro
171 switch (ty->op) { in constant()
172 case INT: if (equalp(i)) return &p->sym; break; in constant()
173 case UNSIGNED: if (equalp(u)) return &p->sym; break; in constant()
174 case FLOAT: if (equalp(d)) return &p->sym; break; in constant()
175 case FUNCTION: if (equalp(g)) return &p->sym; break; in constant()
177 case POINTER: if (equalp(p)) return &p->sym; break; in constant()
301 switch (ty->op) { in vtoa()
/dports/games/iortcw/iortcw-1.51c/SP/code/tools/lcc/src/
H A Dsym.c5 #define equalp(x) v.x == p->sym.u.c.v.x macro
171 switch (ty->op) { in constant()
172 case INT: if (equalp(i)) return &p->sym; break; in constant()
173 case UNSIGNED: if (equalp(u)) return &p->sym; break; in constant()
174 case FLOAT: if (equalp(d)) return &p->sym; break; in constant()
175 case FUNCTION: if (equalp(g)) return &p->sym; break; in constant()
177 case POINTER: if (equalp(p)) return &p->sym; break; in constant()
301 switch (ty->op) { in vtoa()
/dports/games/iortcw/iortcw-1.51c/MP/code/tools/lcc/src/
H A Dsym.c5 #define equalp(x) v.x == p->sym.u.c.v.x macro
171 switch (ty->op) { in constant()
172 case INT: if (equalp(i)) return &p->sym; break; in constant()
173 case UNSIGNED: if (equalp(u)) return &p->sym; break; in constant()
174 case FLOAT: if (equalp(d)) return &p->sym; break; in constant()
175 case FUNCTION: if (equalp(g)) return &p->sym; break; in constant()
177 case POINTER: if (equalp(p)) return &p->sym; break; in constant()
301 switch (ty->op) { in vtoa()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/tools/lcc/src/
H A Dsym.c5 #define equalp(x) v.x == p->sym.u.c.v.x macro
171 switch (ty->op) { in constant()
172 case INT: if (equalp(i)) return &p->sym; break; in constant()
173 case UNSIGNED: if (equalp(u)) return &p->sym; break; in constant()
174 case FLOAT: if (equalp(d)) return &p->sym; break; in constant()
175 case FUNCTION: if (equalp(g)) return &p->sym; break; in constant()
177 case POINTER: if (equalp(p)) return &p->sym; break; in constant()
301 switch (ty->op) { in vtoa()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/tools/lcc/src/
H A Dsym.c5 #define equalp(x) v.x == p->sym.u.c.v.x macro
171 switch (ty->op) { in constant()
172 case INT: if (equalp(i)) return &p->sym; break; in constant()
173 case UNSIGNED: if (equalp(u)) return &p->sym; break; in constant()
174 case FLOAT: if (equalp(d)) return &p->sym; break; in constant()
175 case FUNCTION: if (equalp(g)) return &p->sym; break; in constant()
177 case POINTER: if (equalp(p)) return &p->sym; break; in constant()
301 switch (ty->op) { in vtoa()
/dports/games/openarena/openarena-engine-source-0.8.8/code/tools/lcc/src/
H A Dsym.c5 #define equalp(x) v.x == p->sym.u.c.v.x macro
171 switch (ty->op) { in constant()
172 case INT: if (equalp(i)) return &p->sym; break; in constant()
173 case UNSIGNED: if (equalp(u)) return &p->sym; break; in constant()
174 case FLOAT: if (equalp(d)) return &p->sym; break; in constant()
175 case FUNCTION: if (equalp(g)) return &p->sym; break; in constant()
177 case POINTER: if (equalp(p)) return &p->sym; break; in constant()
301 switch (ty->op) { in vtoa()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/tools/lcc/src/
H A Dsym.c5 #define equalp(x) v.x == p->sym.u.c.v.x macro
171 switch (ty->op) { in constant()
172 case INT: if (equalp(i)) return &p->sym; break; in constant()
173 case UNSIGNED: if (equalp(u)) return &p->sym; break; in constant()
174 case FLOAT: if (equalp(d)) return &p->sym; break; in constant()
175 case FUNCTION: if (equalp(g)) return &p->sym; break; in constant()
177 case POINTER: if (equalp(p)) return &p->sym; break; in constant()
301 switch (ty->op) { in vtoa()
/dports/games/evq3/evq3/code/tools/lcc/src/
H A Dsym.c5 #define equalp(x) v.x == p->sym.u.c.v.x macro
171 switch (ty->op) { in constant()
172 case INT: if (equalp(i)) return &p->sym; break; in constant()
173 case UNSIGNED: if (equalp(u)) return &p->sym; break; in constant()
174 case FLOAT: if (equalp(d)) return &p->sym; break; in constant()
175 case FUNCTION: if (equalp(g)) return &p->sym; break; in constant()
177 case POINTER: if (equalp(p)) return &p->sym; break; in constant()
301 switch (ty->op) { in vtoa()
/dports/lang/abcl/abcl-src-1.8.0/contrib/abcl-asdf/
H A Dasdf-mvn-module.lisp26 (defmethod perform ((op compile-op) (c mvn-module)))
28 (defmethod perform ((op prepare-op) (c mvn-module)))
34 (unless (member path abcl-asdf::*added-to-classpath* :test 'equalp)
/dports/science/netcdf/netcdf-c-4.7.4/libsrcp/
H A Dncpdispatch.c394 void *op, in NCP_get_att() argument
528 void *op, in NCP_get_vara() argument
711 void *op, in NCP_get_vars() argument
807 const void *op, in NCP_put_vars() argument
1229 int *equalp) in NCP_inq_type_equal() argument
1232 if (equalp == NULL) return NC_NOERR; in NCP_inq_type_equal()
1237 *equalp = 0; /* assume */ in NCP_inq_type_equal()
1242 if (equalp) *equalp = 0; in NCP_inq_type_equal()
1248 if (equalp) { in NCP_inq_type_equal()
1250 *equalp = 1; in NCP_inq_type_equal()
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/libsrcp/
H A Dncpdispatch.c397 void *op, in NCP_get_att() argument
531 void *op, in NCP_get_vara() argument
714 void *op, in NCP_get_vars() argument
810 const void *op, in NCP_put_vars() argument
1234 int *equalp) in NCP_inq_type_equal() argument
1237 if (equalp == NULL) return NC_NOERR; in NCP_inq_type_equal()
1242 *equalp = 0; /* assume */ in NCP_inq_type_equal()
1247 if (equalp) *equalp = 0; in NCP_inq_type_equal()
1253 if (equalp) { in NCP_inq_type_equal()
1255 *equalp = 1; in NCP_inq_type_equal()
[all …]
/dports/lang/sbcl/sbcl-1.3.13/tests/
H A Dreader.impure.lisp52 (assert (equalp res #(1 2 3)))
56 (assert (equalp res #\x))
60 (assert (equalp res #(#\x)))
163 (macrolet ((test (form &optional op)
170 ,@(when op
316 (assert (equalp foo #(a b c))))
/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/
H A Dincdep.c1409 const char *equalp; in eval_include_dep_file() local
1422 if (equalp) in eval_include_dep_file()
1436 if (equalp > cur) in eval_include_dep_file()
1438 if (equalp[-1] == ':') in eval_include_dep_file()
1440 else if (equalp[-1] == '?') in eval_include_dep_file()
1442 else if (equalp[-1] == '+') in eval_include_dep_file()
1449 endp = flavor == f_recursive ? equalp : equalp - 1; in eval_include_dep_file()
1468 cur = equalp + 1; in eval_include_dep_file()
1787 eval_include_dep (const char *names, struct floc *f, enum incdep_op op) in eval_include_dep() argument
1843 if (op == incdep_read_it) in eval_include_dep()
[all …]
/dports/devel/sunpromake/schily-2021-09-18/libfind/
H A Dfind.c439 char *equalp; local
442 if ((equalp = strchr(word, '=')) != NULL)
443 *equalp = '\0';
451 } else if (!strchr("()!", word[0]) && (!equalp || equalp[1] == '\0')) {
459 if (equalp)
460 *equalp = '=';
465 if (equalp)
466 *equalp = '=';
475 if (op >= 0 && op < NTOK)
1317 find_tname(n->op), n->op);
[all …]
/dports/devel/smake/schily-2021-09-18/libfind/
H A Dfind.c439 char *equalp; local
442 if ((equalp = strchr(word, '=')) != NULL)
443 *equalp = '\0';
451 } else if (!strchr("()!", word[0]) && (!equalp || equalp[1] == '\0')) {
459 if (equalp)
460 *equalp = '=';
465 if (equalp)
466 *equalp = '=';
475 if (op >= 0 && op < NTOK)
1317 find_tname(n->op), n->op);
[all …]
/dports/net/rscsi/schily-2021-09-18/libfind/
H A Dfind.c439 char *equalp; local
442 if ((equalp = strchr(word, '=')) != NULL)
443 *equalp = '\0';
451 } else if (!strchr("()!", word[0]) && (!equalp || equalp[1] == '\0')) {
459 if (equalp)
460 *equalp = '=';
465 if (equalp)
466 *equalp = '=';
475 if (op >= 0 && op < NTOK)
1317 find_tname(n->op), n->op);
[all …]
/dports/archivers/star/schily-2021-09-18/libfind/
H A Dfind.c439 char *equalp; local
442 if ((equalp = strchr(word, '=')) != NULL)
443 *equalp = '\0';
451 } else if (!strchr("()!", word[0]) && (!equalp || equalp[1] == '\0')) {
459 if (equalp)
460 *equalp = '=';
465 if (equalp)
466 *equalp = '=';
475 if (op >= 0 && op < NTOK)
1317 find_tname(n->op), n->op);
[all …]
/dports/sysutils/cdrtools/schily-2021-09-18/libfind/
H A Dfind.c439 char *equalp; local
442 if ((equalp = strchr(word, '=')) != NULL)
443 *equalp = '\0';
451 } else if (!strchr("()!", word[0]) && (!equalp || equalp[1] == '\0')) {
459 if (equalp)
460 *equalp = '=';
465 if (equalp)
466 *equalp = '=';
475 if (op >= 0 && op < NTOK)
1317 find_tname(n->op), n->op);
[all …]
/dports/editors/ved/schily-2021-09-18/libfind/
H A Dfind.c439 char *equalp; local
442 if ((equalp = strchr(word, '=')) != NULL)
443 *equalp = '\0';
451 } else if (!strchr("()!", word[0]) && (!equalp || equalp[1] == '\0')) {
459 if (equalp)
460 *equalp = '=';
465 if (equalp)
466 *equalp = '=';
475 if (op >= 0 && op < NTOK)
1317 find_tname(n->op), n->op);
[all …]
/dports/devel/sccs/schily-2021-09-18/libfind/
H A Dfind.c439 char *equalp; local
442 if ((equalp = strchr(word, '=')) != NULL)
443 *equalp = '\0';
451 } else if (!strchr("()!", word[0]) && (!equalp || equalp[1] == '\0')) {
459 if (equalp)
460 *equalp = '=';
465 if (equalp)
466 *equalp = '=';
475 if (op >= 0 && op < NTOK)
1317 find_tname(n->op), n->op);
[all …]
/dports/devel/schilybase/schily-2021-09-18/libfind/
H A Dfind.c439 char *equalp; local
442 if ((equalp = strchr(word, '=')) != NULL)
443 *equalp = '\0';
451 } else if (!strchr("()!", word[0]) && (!equalp || equalp[1] == '\0')) {
459 if (equalp)
460 *equalp = '=';
465 if (equalp)
466 *equalp = '=';
475 if (op >= 0 && op < NTOK)
1317 find_tname(n->op), n->op);
[all …]

12345