Home | History | Annotate | Download | only in common_source

Lines Matching refs:home

57 	if (mm->g[i] != home && board[mm->g[i]] * cturn < -1)
71 if (mm->g[i] == home && *offptr < 0)
75 if (mm->g[i] != home) {
77 board[home] -= cturn;
87 if (abs(home - mm->g[i]) < 7 && abs(home - mm->p[i]) > 6) {
134 for (i = home - 6 * cturn; i != home; i += cturn)
136 return (abs(home - i));
153 if (mm->g[i] != home) {
155 if (abs(mm->g[i] - home) < 7 && abs(mm->p[i] - home) > 6) {
165 board[home] += cturn;