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

  /src/games/mille/
mille.c 83 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);
  /src/usr.bin/talk/
init_disp.c 78 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);
  /src/games/boggle/boggle/
help.c 62 win = newwin(0, 0, 0, 0);
  /src/games/atc/
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);
159 radar = newwin(scp->height, scp->width * 2, 0, 0);
163 cleanradar = newwin(scp->height, scp->width * 2, 0, 0);
  /src/games/robots/
main.c 168 stdscr = newwin(Y_SIZE, X_SIZE, 0, 0);
  /src/games/worm/
worm.c 142 stw = newwin(1, COLS-1, 0, 0);
143 tv = newwin(LINES-1, COLS-1, 1, 0);
  /src/games/sail/
pl_7.c 131 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);
  /src/lib/libcurses/
Makefile 28 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 \
newwin.c 1 /* $NetBSD: newwin.c,v 1.68 2024/12/23 02:58:04 blymn Exp $ */
35 static char sccsid[] = "@(#)newwin.c 8.3 (Berkeley) 7/27/94";
37 __RCSID("$NetBSD: newwin.c,v 1.68 2024/12/23 02:58:04 blymn Exp $");
100 * newwin --
104 newwin(int nlines, int ncols, int by, int bx) function in typeref:typename:WINDOW *
162 __CTRACE(__CTRACE_WINDOW, "newwin: win->ch_off = %d\n", win->ch_off);
curses.h 724 WINDOW *newwin(int, int, int, int);
  /src/usr.bin/aiomixer/
draw.c 334 aio->header = newwin(1, getmaxx(stdscr), 0, 0);
338 aio->classbar = newwin(2, getmaxx(stdscr), 1, 0);
  /src/lib/libcurses/EXAMPLES/
ex1.c 130 stdscr = newwin(YSIZE, XSIZE, 1, 1);
  /src/tests/lib/libcurses/tests/
Makefile 153 FILES+= newwin
  /src/usr.bin/menuc/
menu_sys.def 260 m->mw = newwin(m->h + hadd, w + wadd, y, x);
279 m->sv_mw = newwin(m->h + hadd, w + wadd, y, x);
434 sv_curscr = newwin(getmaxy(curscr), getmaxx(curscr), 0, 0);
  /src/usr.bin/systat/
main.c 214 wload = newwin(1, 0, 3, 20);
  /src/tests/lib/libcurses/
t_curses.sh 1960 atf_test_case newwin
1967 h_run newwin
2430 atf_add_test_case newwin
  /src/usr.sbin/sysinst/
main.c 284 mainwin = newwin(getmaxy(stdscr) - 2, getmaxx(stdscr) - 2, 1, 1);
  /src/tests/lib/libcurses/slave/
curses_commands.c 2240 report_ptr(newwin(lines, cols, begin_y, begin_x));

Completed in 24 milliseconds