Searched refs:subwin (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/usr.bin/systat/
H A Dpigs.c71 return (subwin(stdscr, LINES-3-1, 0, MAINWIN_ROW, 0));
H A Dswap.c69 return (subwin(stdscr, LINES-3-1, 0, MAINWIN_ROW, 0));
H A Dicmp.c91 return (subwin(stdscr, LINES-3-1, 0, MAINWIN_ROW, 0));
H A Dtcp.c98 return (subwin(stdscr, LINES-3-1, 0, MAINWIN_ROW, 0));
H A Dip6.c94 return (subwin(stdscr, LINES-3-1, 0, MAINWIN_ROW, 0));
H A Dicmp6.c90 return (subwin(stdscr, LINES-3-1, 0, MAINWIN_ROW, 0));
H A Dzarc.c72 return (subwin(stdscr, LINES - 3 - 1, 0, MAINWIN_ROW, 0));
H A Dsctp.c80 return (subwin(stdscr, LINES-3-1, 0, MAINWIN_ROW, 0));
H A Diostat.c94 return (subwin(stdscr, LINES-3-1, 0, MAINWIN_ROW, 0));
H A Dip.c99 return (subwin(stdscr, LINES-3-1, 0, MAINWIN_ROW, 0));
H A Difstat.c179 return (subwin(stdscr, LINES-3-1, 0, MAINWIN_ROW, 0));
H A Dnetstat.c95 return (subwin(stdscr, LINES-3-1, 0, MAINWIN_ROW, 0));
/freebsd-11-stable/contrib/nvi/cl/
H A Dcl_funcs.c375 tsp->cl_private = subwin(stdscr, tsp->rows, tsp->cols,
687 origp->cl_private = subwin(stdscr, origp->rows, origp->cols,
689 newp->cl_private = subwin(stdscr, newp->rows, newp->cols,
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_newwin.c39 ** The routines newwin(), subwin() and their dependent
240 subwin(WINDOW *w, int l, int c, int y, int x) function
244 T((T_CALLED("subwin(%p, %d, %d, %d, %d)"), (void *) w, l, c, y, x));
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h1110 extern WINDOW * subwin(WINDOW *, int, int, int, int);
/freebsd-11-stable/lib/ncurses/ncurses/
H A DMakefile1029 curs_window.3 subwin.3 \
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp407 Reset(::subwin(m_parent->m_window, size.height, size.width, origin.y,
419 Reset(::subwin(m_parent->m_window, bounds.size.height, bounds.size.width,
446 ? ::subwin(m_window, bounds.size.height, bounds.size.width,
/freebsd-11-stable/contrib/dialog/
H A Dutil.c2157 if ((win = subwin(parent, height, width, y, x)) == 0) {
/freebsd-11-stable/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c4261 report_ptr(subwin(win, lines, cols, begin_y, begin_x));

Completed in 124 milliseconds