Searched refs:MIDR (Results 1 – 1 of 1) sorted by relevance
42 #define MIDR (LINES/2 - 1) macro151 if (row == MIDR && column - MIDC < 2 && MIDC - column < 2) { in visual()203 move(MIDR, MIDC - 10); in target()205 for (n = MIDR - 4; n < MIDR - 1; n++) { in target()216 move(MIDR, MIDC - 10); in notarget()218 for (n = MIDR - 4; n < MIDR - 1; n++) { in notarget()232 for(n = LINES - 1 - 2; n >= MIDR + 1; n--) { in blast()233 mvaddch(n, MIDC + MIDR - n, '/'); in blast()234 mvaddch(n, MIDC - MIDR + n, '\\'); in blast()237 mvaddch(MIDR, MIDC, '*'); in blast()[all …]