Searched refs:chrbox (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/ncurses-44/ncurses/test/
H A Dtest_instr.c236 WINDOW *chrbox; local
249 chrbox = derwin(stdscr, BASE_Y, COLS, 0, 0);
250 box(chrbox, 0, 0);
251 wnoutrefresh(chrbox);
253 chrwin = derwin(chrbox, 2, COLS - 2, 1, 1);
254 strwin = derwin(chrbox, 2, COLS - 2, 3, 1);
H A Dtest_inwstr.c237 WINDOW *chrbox; local
250 chrbox = derwin(stdscr, BASE_Y, COLS, 0, 0);
251 box(chrbox, 0, 0);
252 wnoutrefresh(chrbox);
254 chrwin = derwin(chrbox, 2, COLS - 2, 1, 1);
255 strwin = derwin(chrbox, 2, COLS - 2, 3, 1);
H A Dinch_wide.c247 WINDOW *chrbox; local
260 chrbox = derwin(stdscr, BASE_Y, COLS, 0, 0);
261 box(chrbox, 0, 0);
262 wnoutrefresh(chrbox);
264 chrwin = derwin(chrbox, 1, COLS - 2, 1, 1);
265 strwin = derwin(chrbox, 4, COLS - 2, 2, 1);
H A Dinchs.c248 WINDOW *chrbox; local
261 chrbox = derwin(stdscr, BASE_Y, COLS, 0, 0);
262 box(chrbox, 0, 0);
263 wnoutrefresh(chrbox);
265 chrwin = derwin(chrbox, 1, COLS - 2, 1, 1);
266 strwin = derwin(chrbox, 4, COLS - 2, 2, 1);
H A Dtest_get_wstr.c331 WINDOW *chrbox; local
343 chrbox = derwin(stdscr, BASE_Y, COLS, 0, 0);
344 box(chrbox, 0, 0);
345 wnoutrefresh(chrbox);
347 strwin = derwin(chrbox, 4, COLS - 2, 1, 1);
H A Dtest_getstr.c332 WINDOW *chrbox; local
344 chrbox = derwin(stdscr, BASE_Y, COLS, 0, 0);
345 box(chrbox, 0, 0);
346 wnoutrefresh(chrbox);
348 strwin = derwin(chrbox, 4, COLS - 2, 1, 1);

Completed in 117 milliseconds