Searched refs:BASE_Y (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/ncurses-44/ncurses/test/
H A Dtest_instr.c47 #define BASE_Y 6 macro
89 txtbox = newwin(LINES - BASE_Y, COLS - level, BASE_Y, level);
100 base_y = BASE_Y;
249 chrbox = derwin(stdscr, BASE_Y, COLS, 0, 0);
H A Dtest_inwstr.c49 #define BASE_Y 6 macro
90 txtbox = newwin(LINES - BASE_Y, COLS - level, BASE_Y, level);
101 base_y = BASE_Y;
250 chrbox = derwin(stdscr, BASE_Y, COLS, 0, 0);
H A Dinch_wide.c50 #define BASE_Y 7 macro
78 txtbox = newwin(LINES - BASE_Y, COLS - level, BASE_Y, level);
89 base_y = BASE_Y;
260 chrbox = derwin(stdscr, BASE_Y, COLS, 0, 0);
H A Dinchs.c50 #define BASE_Y 7 macro
77 txtbox = newwin(LINES - BASE_Y, COLS - level, BASE_Y, level);
88 base_y = BASE_Y;
261 chrbox = derwin(stdscr, BASE_Y, COLS, 0, 0);
H A Dtest_get_wstr.c49 #define BASE_Y 6 macro
154 txtbox = newwin(LINES - BASE_Y, COLS - level, BASE_Y, level);
165 base_y = BASE_Y;
343 chrbox = derwin(stdscr, BASE_Y, COLS, 0, 0);
H A Dtest_getstr.c50 #define BASE_Y 6 macro
156 txtbox = newwin(LINES - BASE_Y, COLS - level, BASE_Y, level);
167 base_y = BASE_Y;
344 chrbox = derwin(stdscr, BASE_Y, COLS, 0, 0);
H A Dtest_opaque.c51 #define BASE_Y 6 macro
264 txtbox = newwin(LINES - BASE_Y, COLS - level, BASE_Y, level);
275 base_y = BASE_Y;
452 stsbox = derwin(stdscr, BASE_Y, COLS, 0, 0);
456 stswin = derwin(stsbox, BASE_Y - 2, COLS - 2, 1, 1);

Completed in 126 milliseconds