Home
last modified time | relevance | path

Searched refs:DelBlock (Results 1 – 5 of 5) sorted by relevance

/dports/games/tong/tong/
H A Dtetris.h93 void DelBlock(int);
121 void DelBlock(int);
H A Dtetris.cpp337 void Tetrad::DelBlock(int loc) { in DelBlock() function in Tetrad
559 void Bucket::DelBlock(int block) { in DelBlock() function in Bucket
H A Dpong.cpp38 bucket->DelBlock(hittetrispos); in ReactWithStack()
105 tetrad->DelBlock(hittetrispos); in ReactWithTetrad()
/dports/games/retroarch/RetroArch-1.9.7/ctr/
H A Dctr_linear.cpp47 void DelBlock(MemBlock* b) in DelBlock() function
/dports/editors/biew/biew-610/
H A Dfileutil.c125 static tBool __NEAR__ __FASTCALL__ DelBlock(BGLOBAL bHandle,__filesize_t start,__fileoff_t psize) in DelBlock() function
179 if(psize < 0) ret = DelBlock(bHandle,start,psize); in InsDelBlock()