Home
last modified time | relevance | path

Searched refs:tthis (Results 1 – 25 of 493) sorted by relevance

12345678910>>...20

/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/
H A Dcolission.cpp33 while(tthis) { in handlePlayerTilesColission_magicTiles()
42 tthis = tthis->next; in handlePlayerTilesColission_magicTiles()
55 while(tthis) { in handlePlayerTilesColission_down_limited()
60 tthis = tthis->next; in handlePlayerTilesColission_down_limited()
79 while(tthis) { in handlePlayerTilesColission_up_limited()
84 tthis = tthis->next; in handlePlayerTilesColission_up_limited()
205 while(tthis) { in getPlayerMonsterColission()
222 …lse if(playerymax > tthis->monstery && playery < (tthis->monstery + TILESIZE) && playerxmax >= tth… in getPlayerMonsterColission()
230 tthis = tthis->next; in getPlayerMonsterColission()
250 …if(playerxmax >= tthis->x && playerx < (tthis->x + TILESIZE) && playerymax >= tthis->y && playery … in handlePixelCollission()
[all …]
H A Dmonstersprites.cpp85 while(tthis) { in initMonsters()
89 tthis->maxspeed = 0.1 * (tthis->type + 1); in initMonsters()
90 tthis->monstervx = -tthis->maxspeed; in initMonsters()
93 tthis->monstervx = tthis->maxspeed; in initMonsters()
96 tthis->monstervx = tthis->maxspeed; in initMonsters()
100 tthis->monstervx = tthis->maxspeed; in initMonsters()
103 tthis->score = (tthis->type + 1) * 100; in initMonsters()
104 tthis->monsterx = tthis->startx; in initMonsters()
105 tthis->monstery = tthis->starty; in initMonsters()
113 tthis = tthis->next; in initMonsters()
[all …]
H A Dblpstream.cpp145 DISPLAYLIST *tthis = lhandle.dlist; local
146 while(tthis) {
152 tthis = tthis->next;
246 while(tthis) {
252 if(tthis->type == PIXELTYPE_PIXEL || tthis->type == PIXELTYPE_POWER) {
267 if(tthis->type == PIXELTYPE_POINTS || tthis->type == PIXELTYPE_LIVE) {
272 tthis = tthis->next;
287 MONSTERS *tthis = lhandle.monsters; local
288 while(tthis) {
289 if(tthis->isAlive) {
[all …]
H A Dlevelhandler.cpp252 DISPLAYLIST* tthis; in deInitLevel() local
254 tthis = lhandle.dlist; in deInitLevel()
256 tnext = tthis->next; in deInitLevel()
257 free(tthis); in deInitLevel()
258 tthis = tnext; in deInitLevel()
324 while(tthis) { in paintLevelPixels()
328 if(tthis->type == PIXELTYPE_PIXEL || tthis->type == PIXELTYPE_POWER) { in paintLevelPixels()
387 tthis = tthis->next; in paintLevelPixels()
395 while(tthis) { in initTiles2D()
398 if(tthis->type < 10) { in initTiles2D()
[all …]
H A Dmcufstream.cpp195 DISPLAYLIST *tthis = lhandle.dlist; local
196 while(tthis) {
204 tthis = tthis->next;
308 while(tthis) {
314 if(tthis->type == PIXELTYPE_PIXEL || tthis->type == PIXELTYPE_POWER) {
341 if(tthis->type == PIXELTYPE_POINTS || tthis->type == PIXELTYPE_LIVE) {
348 tthis = tthis->next;
364 MONSTERS *tthis = lhandle.monsters; local
365 while(tthis) {
366 if(tthis->isAlive) {
[all …]
H A Dtiles.cpp67 DISPLAYLIST *tthis = lhandle.dlist; in paintLevelTiles() local
75 while(tthis) { in paintLevelTiles()
76 xpos = tthis->x - xoffs; in paintLevelTiles()
77 ypos = tthis->y - yoffs; in paintLevelTiles()
78 …if(tthis->type < 10 && xpos > -TILESIZE && xpos < SCR_WIDTH && ypos > -TILESIZE && ypos < SCR_HEIG… in paintLevelTiles()
79 paintSingleTile(tthis->type, xpos, ypos); in paintLevelTiles()
81 tthis = tthis->next; in paintLevelTiles()
/dports/games/freeciv-nox11/freeciv-2.6.6/utility/
H A Dspecvec.h77 tthis->p = NULL; in SPECVEC_FOO()
78 tthis->size = tthis->size_alloc = 0; in SPECVEC_FOO()
87 tthis->p = (SPECVEC_TYPE *)fc_realloc(tthis->p, in SPECVEC_FOO()
91 tthis->size = size; in SPECVEC_FOO()
96 return tthis->size; in SPECVEC_FOO()
104 return tthis->p + tthis->size - 1; in SPECVEC_FOO()
124 if (tthis->p) { in SPECVEC_FOO()
125 free(tthis->p); in SPECVEC_FOO()
133 SPECVEC_FOO(_vector_reserve) (tthis, tthis->size + 1); in SPECVEC_FOO()
134 tthis->p[tthis->size - 1] = pfoo; in SPECVEC_FOO()
[all …]
H A Dspeclist.h192 genlist_destroy((struct genlist *) tthis); in SPECLIST_FOO()
234 genlist_clear((struct genlist *) tthis); in SPECLIST_FOO()
242 genlist_unique((struct genlist *) tthis); in SPECLIST_FOO()
253 genlist_unique_full((struct genlist *) tthis, in SPECLIST_FOO()
263 genlist_append((struct genlist *) tthis, pfoo); in SPECLIST_FOO()
367 genlist_pop_front((struct genlist *) tthis); in SPECLIST_FOO()
375 genlist_pop_back((struct genlist *) tthis); in SPECLIST_FOO()
469 SPECLIST_FOO(_list_sort) (SPECLIST_LIST * tthis, in SPECLIST_FOO()
473 genlist_sort((struct genlist *) tthis, in SPECLIST_FOO()
482 genlist_shuffle((struct genlist *) tthis); in SPECLIST_FOO()
[all …]
H A Dspechash.h419 genhash_destroy((struct genhash *) tthis); in SPECHASH_FOO()
436 return genhash_size((const struct genhash *) tthis); in SPECHASH_FOO()
452 SPECHASH_FOO(_hash_copy) (const SPECHASH_HASH *tthis)
456 SPECHASH_FOO(_hash_copy) (const SPECHASH_HASH *tthis) in SPECHASH_FOO()
466 genhash_clear((struct genhash *) tthis); in SPECHASH_FOO()
474 SPECHASH_FOO(_hash_insert) (SPECHASH_HASH *tthis, in SPECHASH_FOO()
478 return genhash_insert((struct genhash *) tthis, in SPECHASH_FOO()
488 SPECHASH_FOO(_hash_replace) (SPECHASH_HASH *tthis, in SPECHASH_FOO()
492 return genhash_replace((struct genhash *) tthis, in SPECHASH_FOO()
545 SPECHASH_FOO(_hash_remove) (SPECHASH_HASH *tthis, in SPECHASH_FOO()
[all …]
/dports/games/freeciv/freeciv-2.6.6/utility/
H A Dspecvec.h77 tthis->p = NULL; in SPECVEC_FOO()
78 tthis->size = tthis->size_alloc = 0; in SPECVEC_FOO()
87 tthis->p = (SPECVEC_TYPE *)fc_realloc(tthis->p, in SPECVEC_FOO()
91 tthis->size = size; in SPECVEC_FOO()
96 return tthis->size; in SPECVEC_FOO()
104 return tthis->p + tthis->size - 1; in SPECVEC_FOO()
124 if (tthis->p) { in SPECVEC_FOO()
125 free(tthis->p); in SPECVEC_FOO()
133 SPECVEC_FOO(_vector_reserve) (tthis, tthis->size + 1); in SPECVEC_FOO()
134 tthis->p[tthis->size - 1] = pfoo; in SPECVEC_FOO()
[all …]
H A Dspeclist.h192 genlist_destroy((struct genlist *) tthis); in SPECLIST_FOO()
234 genlist_clear((struct genlist *) tthis); in SPECLIST_FOO()
242 genlist_unique((struct genlist *) tthis); in SPECLIST_FOO()
253 genlist_unique_full((struct genlist *) tthis, in SPECLIST_FOO()
263 genlist_append((struct genlist *) tthis, pfoo); in SPECLIST_FOO()
367 genlist_pop_front((struct genlist *) tthis); in SPECLIST_FOO()
375 genlist_pop_back((struct genlist *) tthis); in SPECLIST_FOO()
469 SPECLIST_FOO(_list_sort) (SPECLIST_LIST * tthis, in SPECLIST_FOO()
473 genlist_sort((struct genlist *) tthis, in SPECLIST_FOO()
482 genlist_shuffle((struct genlist *) tthis); in SPECLIST_FOO()
[all …]
H A Dspechash.h419 genhash_destroy((struct genhash *) tthis); in SPECHASH_FOO()
436 return genhash_size((const struct genhash *) tthis); in SPECHASH_FOO()
452 SPECHASH_FOO(_hash_copy) (const SPECHASH_HASH *tthis)
456 SPECHASH_FOO(_hash_copy) (const SPECHASH_HASH *tthis) in SPECHASH_FOO()
466 genhash_clear((struct genhash *) tthis); in SPECHASH_FOO()
474 SPECHASH_FOO(_hash_insert) (SPECHASH_HASH *tthis, in SPECHASH_FOO()
478 return genhash_insert((struct genhash *) tthis, in SPECHASH_FOO()
488 SPECHASH_FOO(_hash_replace) (SPECHASH_HASH *tthis, in SPECHASH_FOO()
492 return genhash_replace((struct genhash *) tthis, in SPECHASH_FOO()
545 SPECHASH_FOO(_hash_remove) (SPECHASH_HASH *tthis, in SPECHASH_FOO()
[all …]
/dports/security/modsecurity3/modsecurity-v3.0.5/src/request_body_processor/
H A Djson.cc170 tthis->m_current_key = safe_key; in yajl_map_key()
182 return tthis->addArgument(""); in yajl_null()
194 return tthis->addArgument("false"); in yajl_boolean()
204 return tthis->addArgument(v); in yajl_string()
216 return tthis->addArgument(v); in yajl_number()
227 tthis->m_containers.push_back( in yajl_start_array()
235 if (tthis->m_containers.empty()) { in yajl_end_array()
240 tthis->m_containers.pop_back(); in yajl_end_array()
257 tthis->m_containers.push_back( in yajl_start_map()
269 if (tthis->m_containers.empty()) { in yajl_end_map()
[all …]
/dports/print/pdflib/PDFlib-Lite-7.0.5p3/libs/flate/
H A Dinftrees.c120 tthis.bits = (unsigned char)1; in inflate_table()
121 tthis.val = (unsigned short)0; in inflate_table()
123 *(*table)++ = tthis; in inflate_table()
221 tthis.op = (unsigned char)0; in inflate_table()
222 tthis.val = work[sym]; in inflate_table()
226 tthis.val = base[work[sym]]; in inflate_table()
230 tthis.val = 0; in inflate_table()
300 tthis.bits = (unsigned char)(len - drop); in inflate_table()
301 tthis.val = (unsigned short)0; in inflate_table()
308 tthis.bits = (unsigned char)len; in inflate_table()
[all …]
H A Dinffast.c128 tthis = lcode[hold & lmask]; in inflate_fast()
130 op = (unsigned)(tthis.bits); in inflate_fast()
133 op = (unsigned)(tthis.op); in inflate_fast()
135 Tracevv((stderr, tthis.val >= 0x20 && tthis.val < 0x7f ? in inflate_fast()
141 len = (unsigned)(tthis.val); in inflate_fast()
159 tthis = dcode[hold & dmask]; in inflate_fast()
161 op = (unsigned)(tthis.bits); in inflate_fast()
164 op = (unsigned)(tthis.op); in inflate_fast()
166 dist = (unsigned)(tthis.val); in inflate_fast()
263 tthis = dcode[tthis.val + (hold & ((1U << op) - 1))]; in inflate_fast()
[all …]
H A Dinflate.c884 if (tthis.val < 16) { in inflate()
963 if (tthis.op && (tthis.op & 0xf0) == 0) { in inflate()
964 last = tthis; in inflate()
973 DROPBITS(tthis.bits); in inflate()
975 if ((int)(tthis.op) == 0) { in inflate()
976 Tracevv((stderr, tthis.val >= 0x20 && tthis.val < 0x7f ? in inflate()
982 if (tthis.op & 32) { in inflate()
987 if (tthis.op & 64) { in inflate()
1009 last = tthis; in inflate()
1018 DROPBITS(tthis.bits); in inflate()
[all …]
/dports/print/pdflib-perl/PDFlib-Lite-7.0.5p3/libs/flate/
H A Dinftrees.c120 tthis.bits = (unsigned char)1; in inflate_table()
121 tthis.val = (unsigned short)0; in inflate_table()
123 *(*table)++ = tthis; in inflate_table()
221 tthis.op = (unsigned char)0; in inflate_table()
222 tthis.val = work[sym]; in inflate_table()
226 tthis.val = base[work[sym]]; in inflate_table()
230 tthis.val = 0; in inflate_table()
300 tthis.bits = (unsigned char)(len - drop); in inflate_table()
301 tthis.val = (unsigned short)0; in inflate_table()
308 tthis.bits = (unsigned char)len; in inflate_table()
[all …]
H A Dinffast.c128 tthis = lcode[hold & lmask]; in inflate_fast()
130 op = (unsigned)(tthis.bits); in inflate_fast()
133 op = (unsigned)(tthis.op); in inflate_fast()
135 Tracevv((stderr, tthis.val >= 0x20 && tthis.val < 0x7f ? in inflate_fast()
141 len = (unsigned)(tthis.val); in inflate_fast()
159 tthis = dcode[hold & dmask]; in inflate_fast()
161 op = (unsigned)(tthis.bits); in inflate_fast()
164 op = (unsigned)(tthis.op); in inflate_fast()
166 dist = (unsigned)(tthis.val); in inflate_fast()
263 tthis = dcode[tthis.val + (hold & ((1U << op) - 1))]; in inflate_fast()
[all …]
H A Dinflate.c884 if (tthis.val < 16) { in inflate()
963 if (tthis.op && (tthis.op & 0xf0) == 0) { in inflate()
964 last = tthis; in inflate()
973 DROPBITS(tthis.bits); in inflate()
975 if ((int)(tthis.op) == 0) { in inflate()
976 Tracevv((stderr, tthis.val >= 0x20 && tthis.val < 0x7f ? in inflate()
982 if (tthis.op & 32) { in inflate()
987 if (tthis.op & 64) { in inflate()
1009 last = tthis; in inflate()
1018 DROPBITS(tthis.bits); in inflate()
[all …]
/dports/editors/jed/jed-0.99-19/src/
H A Dsearch.c179 Line *tthis; in bol_fsearch() local
193 tthis = CLine; in bol_fsearch()
226 tthis = tthis->next; in bol_fsearch()
247 tthis = tthis->next; in bol_fsearch()
253 CLine = tthis; in bol_fsearch()
262 Line *tthis; in bol_bsearch() local
275 tthis = CLine; in bol_bsearch()
283 CLine = tthis; in bol_bsearch()
298 tthis = tthis->prev; in bol_bsearch()
308 tthis = tthis->prev; in bol_bsearch()
[all …]
H A Dgtkwin.c567 Window_Type *tthis, *prev, *next;
570 tthis = JWindow;
571 next = tthis->next;
572 if ((MiniBuffer_Active && ((tthis == The_MiniWindow) || (tthis == next->next)))
575 nr1 = tthis->sy + tthis->rows + 2;
579 JWindow->sy = tthis->sy;
586 JWindow->rows += tthis->rows + 1;
593 delEdWin( tthis, JWindow,
594 tthis->sy, tthis->sx, tthis->rows, tthis->width,
595 nr1 == Jed_Num_Screen_Rows ? JWindow->sy + JWindow->rows : tthis->sy + tthis->rows );
[all …]
/dports/japanese/jed/jed-B0.99-8__J067/src/
H A Dsearch.c128 Line *tthis; in bol_fsearch() local
142 tthis = CLine; in bol_fsearch()
175 tthis = tthis->next; in bol_fsearch()
202 tthis = tthis->next; in bol_fsearch()
209 CLine = tthis; in bol_fsearch()
217 Line *tthis; in bol_bsearch() local
230 tthis = CLine; in bol_bsearch()
239 CLine = tthis; in bol_bsearch()
253 tthis = tthis->prev; in bol_bsearch()
263 tthis = tthis->prev; in bol_bsearch()
[all …]
/dports/news/golded+/golded-plus/golded+/goldlib/gall/
H A Dgutlunix.h46 #define FD_SET(fd, tthis) *(tthis) = 1 << (fd) argument
47 #define FD_ZERO(tthis) *(tthis) = 0 argument
48 #define FD_ISSET(fd, tthis) (*(tthis) & (1 << fd)) argument
/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/source/
H A Dbl_lua_objbindings.cpp239 DISPLAYLIST *tthis = lhandle.dlist; in blRegisterLuaObjBindings() local
241 while(tthis) { in blRegisterLuaObjBindings()
242 if(tthis->type < 10) { in blRegisterLuaObjBindings()
243 tileType = (Uint8)tthis->type + 1; // Undo offset correction for normal tiles in blRegisterLuaObjBindings()
245 tileType = (Uint8)tthis->type; in blRegisterLuaObjBindings()
250 bsl_addnumbervalue("x", tthis->x); in blRegisterLuaObjBindings()
251 bsl_addnumbervalue("y", tthis->y); in blRegisterLuaObjBindings()
254 tthis = tthis->next; in blRegisterLuaObjBindings()
/dports/security/theonionbox/theonionbox-4.3.1/theonionbox/libs/scrollMonitor-1.2.4/
H A DscrollMonitor.js.map1tthis.item = item;\n\t\t\tthis.watchers = [];\n\t\t\tthis.viewportTop = null;\n\t\t\tthis.viewport…

12345678910>>...20