Home
last modified time | relevance | path

Searched refs:HTFIND (Results 1 – 8 of 8) sorted by relevance

/dports/devel/emscripten/emscripten-2.0.3/tests/cubescript/
H A Dtools.h547 #define HTFIND(key, success, fail) \ macro
558 HTFIND(key, &c->elem, NULL); in access()
564 HTFIND(key, c->elem, insert(h)->elem = elem); in access()
570 HTFIND(key, c->elem, insert(h)->elem);
654 HTFIND(key, &c->elem.data, NULL);
659 HTFIND(key, c->elem.data, insert(key, h).data = data);
664 HTFIND(key, c->elem.data, insert(key, h).data);
/dports/games/bloodfrontier/bloodfrontier/src/shared/
H A Dtools.h602 #define HTFIND(success, fail) \ macro
612 HTFIND(&c->data, NULL); in access()
617 HTFIND(c->data, insert(key, h)->data = data); in access()
622 HTFIND(c->data, insert(key, h)->data);
625 #undef HTFIND
/dports/games/assaultcube/AssaultCube_v1.2.0.2/source/src/
H A Dtools.h649 #define HTFIND(success, fail) \ macro
659 HTFIND(&c->data, NULL); in access()
664 HTFIND(c->data, insert(key, h)->data = data); in access()
669 HTFIND(c->data, insert(key, h)->data);
672 #undef HTFIND
/dports/games/tesseract-data/tesseract/src/shared/
H A Dtools.h907 #define HTFIND(success, fail) \ macro
918 HTFIND(&, NULL); in access()
924 HTFIND( , insert(h, key) = elem); in access()
931 HTFIND( , insert(h, key) = elem); in add()
937 HTFIND( , insert(h, key));
943 HTFIND( , notfound); in find()
949 HTFIND( , notfound); in find()
/dports/games/tesseract/tesseract/src/shared/
H A Dtools.h907 #define HTFIND(success, fail) \ macro
918 HTFIND(&, NULL); in access()
924 HTFIND( , insert(h, key) = elem); in access()
931 HTFIND( , insert(h, key) = elem); in add()
937 HTFIND( , insert(h, key));
943 HTFIND( , notfound); in find()
949 HTFIND( , notfound); in find()
/dports/games/sauerbraten/sauerbraten/src/shared/
H A Dtools.h925 #define HTFIND(success, fail) \ macro
936 HTFIND(&, NULL); in access()
942 HTFIND( , insert(h, key) = elem); in access()
948 HTFIND( , insert(h, key));
954 HTFIND( , notfound); in find()
960 HTFIND( , notfound); in find()
/dports/games/redeclipse16/base-1.6.0/src/shared/
H A Dtools.h1085 #define HTFIND(success, fail) \ macro
1096 HTFIND(&, NULL); in access()
1102 HTFIND( , insert(h, key) = elem); in access()
1108 HTFIND( , insert(h, key));
1114 HTFIND( , notfound); in find()
1120 HTFIND( , notfound); in find()
/dports/games/redeclipse/base-2.0.0/src/shared/
H A Dtools.h1263 #define HTFIND(success, fail) \ macro
1274 HTFIND(&, NULL); in access()
1280 HTFIND( , insert(h, key) = elem); in access()
1286 HTFIND( , insert(h, key));
1292 HTFIND( , notfound); in find()
1298 HTFIND( , notfound); in find()