Home
last modified time | relevance | path

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

/dports/games/xscrabble/xscrabble-2.12/src/
H A Dmoves.c249 int checkx,checky,lefttile,righttile,toptile,bottile; in checkwords() local
296 righttile = checkx; in checkwords()
299 if (!((lefttile == sx)&&(righttile == sx))) in checkwords()
302 for (fillword=lefttile; fillword <= righttile; fillword++) in checkwords()
317 *goscore += scoreword(lefttile,sy,righttile,sy,nb); in checkwords()
473 righttile = checkx; in checkwords()
476 if (!((lefttile == sx)&&(righttile == sx))) in checkwords()
479 for (fillword=lefttile; fillword <= righttile; fillword++) in checkwords()
494 *goscore += scoreword(lefttile,checky,righttile,checky,nb); in checkwords()