Home
last modified time | relevance | path

Searched refs:getyx (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Ddisplay.c100 getyx(win->x_win, win->x_line, win->x_col);
103 getyx(win->x_win, win->x_line, win->x_col);
133 getyx(win->x_win, win->x_line, win->x_col);
140 getyx(win->x_win, win->x_line, win->x_col);
184 getyx(win->x_win, win->x_line, win->x_col);
193 getyx(win->x_win, win->x_line, win->x_col);
215 getyx(win->x_win, win->x_line, win->x_col);
227 getyx(win->x_win, win->x_line, win->x_col);
247 getyx(win, oldline, oldcol);
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwgetn_ws.c146 getyx(fld_window, fld_row, fld_col);
215 getyx(fld_window, y, x); in fld_erase()
248 getyx(fld_window, y, x); in fld_kill()
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwgetn_ws.c156 getyx(fld_window, fld_row, fld_col); in __m_wgetn_wstr()
238 getyx(fld_window, y, x); in fld_erase()
272 getyx(fld_window, y, x); in fld_kill()
/illumos-gate/usr/src/ucblib/libcurses/
H A Dscroll.c40 getyx(win, oy, ox); in scroll()
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c573 getyx (stdscr, y, x); in console_putchar()
583 getyx (stdscr, y, x); in console_putchar()
714 getyx (stdscr, y, x); in console_getxy()
/illumos-gate/usr/src/ucbhead/
H A Dcurses.h156 #define getyx(win, y, x) y = win->_cury, x = win->_curx macro
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile169 getyx.3xcurses \
556 getyx.3xcurses := LINKSRC = getbegyx.3xcurses
/illumos-gate/usr/src/lib/libcurses/
H A DMakefile.com69 getparyx.o getsyx.o gettmode.o getwin.o getyx.o has_colors.o \
/illumos-gate/usr/src/man/man3curses/
H A DMakefile219 getyx.3curses \
724 getyx.3curses := LINKSRC = curs_getyx.3curses
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h353 #define getyx(w,y,x) (y = (w)->_cury, x = (w)->_curx) macro
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h338 #define getyx(w, y, x) (y = (w)->_cury, x = (w)->_curx) macro
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3xcurses.inc106 link path=usr/share/man/man3xcurses/getyx.3xcurses target=getbegyx.3xcurses
H A Dsystem-library.man3curses.inc216 link path=usr/share/man/man3curses/getyx.3curses target=curs_getyx.3curses
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcurses.ed578 #define getyx(win, y, x) ((y) = getcury(win), (x) = getcurx(win))