Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Ddisplay.c102 getyx(win->x_win, win->x_line, win->x_col);
105 getyx(win->x_win, win->x_line, win->x_col);
135 getyx(win->x_win, win->x_line, win->x_col);
142 getyx(win->x_win, win->x_line, win->x_col);
186 getyx(win->x_win, win->x_line, win->x_col);
195 getyx(win->x_win, win->x_line, win->x_col);
217 getyx(win->x_win, win->x_line, win->x_col);
229 getyx(win->x_win, win->x_line, win->x_col);
249 getyx(win, oldline, oldcol);
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwgetn_ws.c148 getyx(fld_window, fld_row, fld_col);
217 getyx(fld_window, y, x); in fld_erase()
250 getyx(fld_window, y, x); in fld_kill()
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwgetn_ws.c158 getyx(fld_window, fld_row, fld_col); in __m_wgetn_wstr()
240 getyx(fld_window, y, x); in fld_erase()
274 getyx(fld_window, y, x); in fld_kill()
/titanic_41/usr/src/ucblib/libcurses/
H A Dscroll.c42 getyx(win, oy, ox); in scroll()
/titanic_41/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c570 getyx (stdscr, y, x); in console_putchar()
580 getyx (stdscr, y, x); in console_putchar()
711 getyx (stdscr, y, x); in console_getxy()
/titanic_41/usr/src/ucbhead/
H A Dcurses.h158 #define getyx(win, y, x) y = win->_cury, x = win->_curx macro
/titanic_41/usr/src/man/man3xcurses/
H A DMakefile169 getyx.3xcurses \
556 getyx.3xcurses := LINKSRC = getbegyx.3xcurses
/titanic_41/usr/src/lib/libcurses/
H A DMakefile.com68 getparyx.o getsyx.o gettmode.o getwin.o getyx.o has_colors.o \
/titanic_41/usr/src/man/man3curses/
H A DMakefile219 getyx.3curses \
724 getyx.3curses := LINKSRC = curs_getyx.3curses
/titanic_41/usr/src/lib/libxcurses/h/
H A Dcurses.h355 #define getyx(w,y,x) (y = (w)->_cury, x = (w)->_curx) macro
/titanic_41/usr/src/lib/libxcurses2/h/
H A Dcurses.h340 #define getyx(w, y, x) (y = (w)->_cury, x = (w)->_curx) macro
/titanic_41/usr/src/lib/libcurses/screen/
H A Dllib-lcurses692 /* getyx.c */
H A Dcurses.ed578 #define getyx(win, y, x) ((y) = getcury(win), (x) = getcurx(win))
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-library.man3xcurses.inc176 link path=usr/share/man/man3xcurses/getyx.3xcurses target=getbegyx.3xcurses
H A Dsystem-library.man3curses.inc260 link path=usr/share/man/man3curses/getyx.3curses target=curs_getyx.3curses
/titanic_41/
H A D.gitignore5645 usr/src/man/man3curses/getyx.3curses
7870 usr/src/man/man3xcurses/getyx.3xcurses