Home
last modified time | relevance | path

Searched refs:getmaxyx (Results 1 – 20 of 20) sorted by relevance

/titanic_50/usr/src/lib/libeti/menu/common/
H A Dshow.c49 getmaxyx(us, r, c); in _show()
H A Dpost.c201 getmaxyx(US(m), r, c); in post_menu()
/titanic_50/usr/src/lib/libeti/panel/common/
H A Dreplace.c62 getmaxyx(window, panel -> wendy, panel -> wendx); in replace_panel()
H A Dmove.c70 getmaxyx(panel -> win, panel -> wendy, panel -> wendx); in move_panel()
H A Dnew.c79 getmaxyx(window, lines, cols); in new_panel()
/titanic_50/usr/src/lib/libeti/form/common/
H A Dpost.c52 getmaxyx(Sub(f), y, x); in post_form()
H A Dutility.c114 getmaxyx(w, ymax, xmax); in _buf_to_win()
/titanic_50/usr/src/cmd/powertop/common/
H A Ddisplay.c131 getmaxyx(stdscr, win_rows, win_cols); in pt_display_get_size()
/titanic_50/usr/src/man/man3xcurses/
H A DMakefile166 getmaxyx.3xcurses \
554 getmaxyx.3xcurses := LINKSRC = getbegyx.3xcurses
/titanic_50/usr/src/lib/libcurses/
H A DMakefile.com67 flushinp.o getattrs.o getbegyx.o getbkgd.o getmaxyx.o \
/titanic_50/usr/src/cmd/latencytop/common/
H A Ddisplay.c744 getmaxyx(stdscr, screen_height, screen_width); in lt_display_init()
/titanic_50/usr/src/cmd/ipf/tools/
H A Dipfstat.c1201 getmaxyx(stdscr, maxy, maxx);
1372 getmaxyx(stdscr, maxy, maxx);
/titanic_50/usr/src/man/man3curses/
H A DMakefile211 getmaxyx.3curses \
722 getmaxyx.3curses := LINKSRC = curs_getyx.3curses
/titanic_50/usr/src/lib/libxcurses2/h/
H A Dcurses.h342 #define getmaxyx(w, y, x) (y = (w)->_maxy, x = (w)->_maxx) macro
/titanic_50/usr/src/lib/libxcurses/h/
H A Dcurses.h357 #define getmaxyx(w,y,x) (y = (w)->_maxy, x = (w)->_maxx) macro
/titanic_50/usr/src/lib/libcurses/screen/
H A Dllib-lcurses675 /* getmaxyx.c */
H A Dcurses.ed580 #define getmaxyx(win, y, x) ((y) = getmaxy(win), (x) = getmaxx(win))
/titanic_50/usr/src/pkg/manifests/
H A Dsystem-library.man3xcurses.inc173 link path=usr/share/man/man3xcurses/getmaxyx.3xcurses target=getbegyx.3xcurses
H A Dsystem-library.man3curses.inc251 link path=usr/share/man/man3curses/getmaxyx.3curses target=curs_getyx.3curses
/titanic_50/
H A D.gitignore5637 usr/src/man/man3curses/getmaxyx.3curses
7867 usr/src/man/man3xcurses/getmaxyx.3xcurses