Home | History | Annotate | Download | only in hack

Lines Matching refs:COLNO

130 	if (x < 0 || x > COLNO - 1 || y < 0 || y > ROWNO - 1) {
195 static coord tc[COLNO]; /* but watch reflecting beams! */
224 if (++cnt >= COLNO)
234 ROWNO + 2, COLNO);
242 if (x < 0 || x > COLNO - 1 || y < 0 || y > ROWNO - 1) {
305 for (x = 0; x < COLNO; x++)
311 scrlx = COLNO;
341 for (x = xmin; x < COLNO; x++) {
698 scrlx = COLNO;
702 /* 100 suffices for bot(); no relation with COLNO */
759 if (strlen(newbot) >= COLNO) {
767 for (i = 1; i < COLNO; i++) {