Searched refs:newwin (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/games/mille/
H A Dmille.c83 stdscr = Board = newwin(BOARD_Y, BOARD_X, 0, 0);
84 Score = newwin(SCORE_Y, SCORE_X, 0, 40);
85 Miles = newwin(MILES_Y, MILES_X, 17, 0);
/netbsd-current/usr.bin/talk/
H A Dinit_disp.c78 my_win.x_win = newwin(my_win.x_nlines, my_win.x_ncols, 0, 0);
84 his_win.x_win = newwin(his_win.x_nlines, his_win.x_ncols,
89 line_win = newwin(1, COLS, my_win.x_nlines, 0);
/netbsd-current/games/boggle/boggle/
H A Dhelp.c62 win = newwin(0, 0, 0, 0);
/netbsd-current/games/atc/
H A Dgraphics.c132 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);
159 radar = newwin(scp->height, scp->width * 2, 0, 0);
163 cleanradar = newwin(scp->height, scp->width * 2, 0, 0);
/netbsd-current/games/robots/
H A Dmain.c168 stdscr = newwin(Y_SIZE, X_SIZE, 0, 0);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/tui/
H A Dtui-wingeneral.c172 handle.reset (newwin (height, width, y, x));
/netbsd-current/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-wingeneral.c172 handle.reset (newwin (height, width, y, x));
/netbsd-current/games/worm/
H A Dworm.c142 stw = newwin(1, COLS-1, 0, 0);
143 tv = newwin(LINES-1, COLS-1, 1, 0);
/netbsd-current/games/sail/
H A Dpl_7.c131 view_w = newwin(VIEW_Y, VIEW_X, VIEW_T, VIEW_L);
132 slot_w = newwin(SLOT_Y, SLOT_X, SLOT_T, SLOT_L);
133 scroll_w = newwin(SCROLL_Y, SCROLL_X, SCROLL_T, SCROLL_L);
134 stat_w = newwin(STAT_Y, STAT_X, STAT_T, STAT_L);
135 turn_w = newwin(TURN_Y, TURN_X, TURN_T, TURN_L);
/netbsd-current/lib/libcurses/
H A DMakefile28 mvwin.c newwin.c nodelay.c notimeout.c overlay.c overwrite.c pause.c \
143 curses_window.3 newwin.3 curses_tty.3 nl.3 \
H A Dnewwin.c1 /* $NetBSD: newwin.c,v 1.67 2022/05/03 07:25:34 blymn Exp $ */
35 static char sccsid[] = "@(#)newwin.c 8.3 (Berkeley) 7/27/94";
37 __RCSID("$NetBSD: newwin.c,v 1.67 2022/05/03 07:25:34 blymn Exp $");
97 * newwin --
101 newwin(int nlines, int ncols, int by, int bx) function
159 __CTRACE(__CTRACE_WINDOW, "newwin: win->ch_off = %d\n", win->ch_off);
H A Dcurses.h723 WINDOW *newwin(int, int, int, int);
/netbsd-current/usr.bin/aiomixer/
H A Ddraw.c334 aio->header = newwin(1, getmaxx(stdscr), 0, 0);
338 aio->classbar = newwin(2, getmaxx(stdscr), 1, 0);
/netbsd-current/lib/libcurses/EXAMPLES/
H A Dex1.c130 stdscr = newwin(YSIZE, XSIZE, 1, 1);
/netbsd-current/tests/lib/libcurses/tests/
H A DMakefile153 FILES+= newwin
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-tui.c195 m_inner_window.reset (newwin (h, w, y + 1, x + 1));
/netbsd-current/usr.bin/systat/
H A Dmain.c214 wload = newwin(1, 0, 3, 20);
/netbsd-current/tests/lib/libcurses/
H A Dt_curses.sh1960 atf_test_case newwin
1967 h_run newwin
2430 atf_add_test_case newwin
/netbsd-current/usr.sbin/sysinst/
H A Dmain.c282 mainwin = newwin(getmaxy(stdscr) - 2, getmaxx(stdscr) - 2, 1, 1);
/netbsd-current/tests/lib/libcurses/slave/
H A Dcurses_commands.c2240 report_ptr(newwin(lines, cols, begin_y, begin_x));

Completed in 313 milliseconds