Home
last modified time | relevance | path

Searched refs:newwin (Results 1 – 25 of 34) sorted by relevance

12

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dinit_disp.c79 my_win.x_win = newwin(my_win.x_nlines, my_win.x_ncols, 0, 0); in init_display()
85 rem_win.x_win = newwin(rem_win.x_nlines, rem_win.x_ncols, in init_display()
90 line_win = newwin(1, COLS, my_win.x_nlines, 0); in init_display()
/illumos-gate/usr/src/ucblib/libcurses/
H A Dinitscr.c64 if ((curscr = newwin(LINES, COLS, 0, 0)) == ERR) in initscr()
74 stdscr = newwin(LINES, COLS, 0, 0); in initscr()
H A DMakefile.com58 newwin.o \
H A Dnewwin.c38 newwin(int num_lines, int num_cols, int begy, int begx) in newwin() function
H A Dmapfile-vers130 newwin;
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dnewterm.c309 if ((sp->_curscr = newwin(lines, columns, 0, 0)) == (WINDOW *) 0)
312 if ((sp->_newscr = newwin(lines, columns, 0, 0)) == (WINDOW *) 0)
356 stdscr = newwin(lines - n, 0, rip.top, 0);
369 w = newwin(1, 0, y, 0);
H A Dgetwin.c92 if ((w = newwin(my, mx, by, bx)) == (WINDOW *) 0)
H A Dnewwin.c277 newwin(nlines, ncols, begy, begx) in newwin() function
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewterm.c298 if ((sp->_curscr = newwin(lines, columns, 0, 0)) == NULL) in newterm()
301 if ((sp->_newscr = newwin(lines, columns, 0, 0)) == NULL) in newterm()
369 stdscr = newwin(lines - n, 0, rip.top, 0); in newterm()
385 w = newwin(1, 0, y, 0); in newterm()
H A Dgetwin.c90 if ((w = newwin(my, mx, by, bx)) == NULL) in getwin()
H A Dnewwin.c282 newwin(int nlines, int ncols, int begy, int begx) in newwin() function
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dnewscreen.c205 if ((curscr = SP->cur_scr = newwin(LINES, COLS, 0, 0)) == NULL) in newscreen()
223 if (!(SP->virt_scr = newwin(LINES, COLS, 0, 0))) in newscreen()
259 if ((SP->std_scr = newwin(LINES, COLS, 0, 0)) == NULL) { in newscreen()
H A Dnewpad.c50 pad = newwin(l, nc, 0, 0); in newpad()
H A Dripoffline.c79 (*_ripstruct[i].initfunction) (newwin(1, COLS, in _init_rip_func()
H A Dnewwin.c49 newwin(int nlines, int ncols, int by, int bx) in newwin() function
H A Dslk_start.c154 if ((win = newwin(1, COLS, LINES - 1, 0)) == NULL) in _init_slk_func()
/illumos-gate/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c3528 get_window_t newwin; in SSGetWindow() local
3533 newwin = *window; in SSGetWindow()
3537 &newwin); in SSGetWindow()
3540 newwin.window = win; in SSGetWindow()
3541 *window = newwin; in SSGetWindow()
3610 newwin = *window; in SSInquireWindow()
3613 &newwin); in SSInquireWindow()
3620 *window = newwin; in SSInquireWindow()
3696 set_window_t newwin; in SSSetWindow() local
3714 newwin = *win; in SSSetWindow()
[all …]
/illumos-gate/usr/src/ucbhead/
H A Dcurses.h195 WINDOW *initscr(), *newwin(), *subwin();
199 extern WINDOW *newwin(int, int, int, int);
/illumos-gate/usr/src/lib/libeti/menu/common/
H A Dpost.c207 if ((Win(m) = newwin(Rows(m), Width(m), 0, 0)) == in post_menu()
/illumos-gate/usr/src/lib/libxcurses2/
H A DMakefile.com45 beep.o getnstr.o newwin.o tigetstr.o wgetn_ws.o \
/illumos-gate/usr/src/lib/libxcurses/
H A DMakefile.com47 beep.o getnstr.o newwin.o tigetstr.o wgetn_ws.o \
/illumos-gate/usr/src/lib/libxcurses/src/
H A Dmapfile-vers254 newwin;
/illumos-gate/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers256 newwin;
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile266 newwin.3xcurses \
531 newwin.3xcurses := LINKSRC = derwin.3xcurses
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dchg_data.c143 W(f) = w = newwin(c->drows, c->dcols, 0, 0); in _grow_field()

12