HomeSort by: relevance | last modified time | path
    Searched refs:INPUT_LINES (Results 1 - 2 of 2) sorted by relevancy

  /src/games/atc/
def.h 79 #define INPUT_LINES 3
graphics.c 132 input = newwin(INPUT_LINES, COLS - PLANE_COLS, LINES - INPUT_LINES, 0);
133 credit = newwin(INPUT_LINES, PLANE_COLS, LINES - INPUT_LINES,
135 planes = newwin(LINES - INPUT_LINES, PLANE_COLS, 0, COLS - PLANE_COLS);
169 (void)wmove(credit, INPUT_LINES - 1, i);
172 (void)wmove(credit, INPUT_LINES / 2, 1);
363 (void)wmove(planes, LINES - INPUT_LINES - 1, 0);

Completed in 20 milliseconds