Lines Matching refs:XSIZE
44 x = (obj->posx - sgn(obj->velx) + XSIZE00) % XSIZE;
47 x = (x + rand_mod(3) - 1 + XSIZE00) % XSIZE;
97 x = (x + curobj->velx + XSIZE00) % XSIZE;
211 for (x=0; x<XSIZE; x++) {
350 for (i = 0; i < XSIZE; i++)
354 for (xxx = 0; xxx < XSIZE; xxx++) {
381 make_blast(y,(x+XSIZE00)%XSIZE,10000L,0);
384 make_blast(y,(x+i)%XSIZE,
387 make_blast(y,(x+i)%XSIZE,
389 make_blast(y,(x+XSIZE03)%XSIZE,
392 make_blast(y,(x+i)%XSIZE,
397 make_blast(y,(x+i)%XSIZE,
400 make_blast(y,(x+i)%XSIZE,
402 make_blast(y,(x+XSIZE97)%XSIZE,
405 make_blast(y,(x+i)%XSIZE,
615 if ((obj=occupant[y][xp=(x+XSIZE01)%XSIZE])&&obj->type == what) /* 0, 1 */
617 if ((obj=occupant[y][xm=(x+XSIZE99)%XSIZE])&&obj->type == what) /* 0, -1 */
641 if (((obj=occupant[y][xp=(x+XSIZE01)%XSIZE])&&obj->type == what)||/* 0, 1 */
642 ((obj=occupant[y][xm=(x+XSIZE99)%XSIZE])&&obj->type == what)||/* 0, -1 */
660 if (((obj=occupant[y][xp=(x+XSIZE01)%XSIZE])&&obj->image==what)||/* 0, 1 */
661 ((obj=occupant[y][xm=(x+XSIZE99)%XSIZE])&&obj->image==what)||/* 0, -1 */