Home
last modified time | relevance | path

Searched defs:goscore (Results 1 – 2 of 2) sorted by relevance

/dports/games/xscrabble/xscrabble-2.12/src/
H A Dmoves.c34 int validate(char newboard[BOARDSIZE][BOARDSIZE],int testing, int *goscore) in validate()
247 int checkwords(char nb[BOARDSIZE][BOARDSIZE],int sx,int sy,int ex,int ey,int testing,int *goscore) in checkwords()
526 int numlett = 0,goscore = 0; in scoreword() local
H A Dmisc.c335 void alterbestgo(int goscore,char *wordsmade) in alterbestgo()