Home | History | Annotate | Download | only in hack

Lines Matching defs:appr

320 	int		nx, ny, omx, omy, appr, nearer, cnt, i, j;
394 appr = 1;
396 appr = -1;
399 appr = 0;
404 if (msym == 'L' && appr == 1 && mtmp->mgold > u.ugold)
405 appr = -1;
453 if (mind < SRCHRADIUS && appr == -1) {
458 appr = 1;
487 if ((appr == 1 && nearer) || (appr == -1 && !nearer) ||
489 (!appr && !rn2(++chcnt))) {