Searched refs:PLANE_COLS (Results 1 – 2 of 2) sorted by relevance
132 input = newwin(INPUT_LINES, COLS - PLANE_COLS, LINES - INPUT_LINES, 0); in init_gr()133 credit = newwin(INPUT_LINES, PLANE_COLS, LINES - INPUT_LINES, in init_gr()134 COLS - PLANE_COLS); in init_gr()135 planes = newwin(LINES - INPUT_LINES, PLANE_COLS, 0, COLS - PLANE_COLS); in init_gr()166 for (i = 0; i < PLANE_COLS - 1; i++) { in setup_screen()
80 #define PLANE_COLS 20 macro