Home
last modified time | relevance | path

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

12

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dinit_disp.c81 my_win.x_win = newwin(my_win.x_nlines, my_win.x_ncols, 0, 0); in init_display()
87 rem_win.x_win = newwin(rem_win.x_nlines, rem_win.x_ncols, in init_display()
92 line_win = newwin(1, COLS, my_win.x_nlines, 0); in init_display()
/titanic_41/usr/src/ucblib/libcurses/
H A Dinitscr.c66 if ((curscr = newwin(LINES, COLS, 0, 0)) == ERR) in initscr()
76 stdscr = newwin(LINES, COLS, 0, 0); in initscr()
H A DMakefile.com57 newwin.o \
H A Dmapfile-vers120 newwin;
H A Dnewwin.c40 newwin(int num_lines, int num_cols, int begy, int begx) in newwin() function
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dnewterm.c311 if ((sp->_curscr = newwin(lines, columns, 0, 0)) == (WINDOW *) 0)
314 if ((sp->_newscr = newwin(lines, columns, 0, 0)) == (WINDOW *) 0)
358 stdscr = newwin(lines - n, 0, rip.top, 0);
371 w = newwin(1, 0, y, 0);
H A Dgetwin.c94 if ((w = newwin(my, mx, by, bx)) == (WINDOW *) 0)
H A Dnewwin.c279 newwin(nlines, ncols, begy, begx) in newwin() function
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewterm.c300 if ((sp->_curscr = newwin(lines, columns, 0, 0)) == NULL) in newterm()
303 if ((sp->_newscr = newwin(lines, columns, 0, 0)) == NULL) in newterm()
371 stdscr = newwin(lines - n, 0, rip.top, 0); in newterm()
387 w = newwin(1, 0, y, 0); in newterm()
H A Dgetwin.c92 if ((w = newwin(my, mx, by, bx)) == NULL) in getwin()
H A Dnewwin.c284 newwin(int nlines, int ncols, int begy, int begx) in newwin() function
/titanic_41/usr/src/lib/libcurses/screen/
H A Dnewscreen.c203 if ((curscr = SP->cur_scr = newwin(LINES, COLS, 0, 0)) == NULL) in newscreen()
221 if (!(SP->virt_scr = newwin(LINES, COLS, 0, 0))) in newscreen()
257 if ((SP->std_scr = newwin(LINES, COLS, 0, 0)) == NULL) { in newscreen()
H A Dnewpad.c52 pad = newwin(l, nc, 0, 0); in newpad()
H A Dripoffline.c81 (*_ripstruct[i].initfunction) (newwin(1, COLS, in _init_rip_func()
H A Dnewwin.c51 newwin(int nlines, int ncols, int by, int bx) in newwin() function
H A Dslk_start.c156 if ((win = newwin(1, COLS, LINES - 1, 0)) == NULL) in _init_slk_func()
H A Dmapfile-vers213 newwin;
/titanic_41/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c3525 get_window_t newwin; in SSGetWindow() local
3530 newwin = *window; in SSGetWindow()
3531 newwin.window = winp->lw_window; in SSGetWindow()
3534 &newwin); in SSGetWindow()
3536 newwin.socket = winp->lw_socket; in SSGetWindow()
3537 newwin.window = win; in SSGetWindow()
3538 *window = newwin; in SSGetWindow()
3599 inquire_window_t newwin; in SSInquireWindow() local
3607 newwin = *window; in SSInquireWindow()
3608 newwin.window = winp->lw_window; in SSInquireWindow()
[all …]
/titanic_41/usr/src/ucbhead/
H A Dcurses.h197 WINDOW *initscr(), *newwin(), *subwin();
201 extern WINDOW *newwin(int, int, int, int);
/titanic_41/usr/src/lib/libeti/menu/common/
H A Dpost.c209 if ((Win(m) = newwin(Rows(m), Width(m), 0, 0)) == in post_menu()
/titanic_41/usr/src/lib/libxcurses2/
H A DMakefile.com44 beep.o getnstr.o newwin.o tigetstr.o wgetn_ws.o \
/titanic_41/usr/src/lib/libxcurses/
H A DMakefile.com46 beep.o getnstr.o newwin.o tigetstr.o wgetn_ws.o \
/titanic_41/usr/src/lib/libxcurses/src/
H A Dmapfile-vers254 newwin;
/titanic_41/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers256 newwin;
/titanic_41/usr/src/lib/libxcurses/src/libc/
H A Dllib-lcurses553 * newwin.c
557 WINDOW *newwin(int, int, int, int);

12