/titanic_41/usr/src/cmd/cmd-inet/usr.bin/talk/ |
H A D | display.c | 102 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 D | wgetn_ws.c | 148 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 D | wgetn_ws.c | 158 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 D | scroll.c | 42 getyx(win, oy, ox); in scroll()
|
/titanic_41/usr/src/grub/grub-0.97/grub/ |
H A D | asmstub.c | 570 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 D | curses.h | 158 #define getyx(win, y, x) y = win->_cury, x = win->_curx macro
|
/titanic_41/usr/src/man/man3xcurses/ |
H A D | Makefile | 169 getyx.3xcurses \ 556 getyx.3xcurses := LINKSRC = getbegyx.3xcurses
|
/titanic_41/usr/src/lib/libcurses/ |
H A D | Makefile.com | 68 getparyx.o getsyx.o gettmode.o getwin.o getyx.o has_colors.o \
|
/titanic_41/usr/src/man/man3curses/ |
H A D | Makefile | 219 getyx.3curses \ 724 getyx.3curses := LINKSRC = curs_getyx.3curses
|
/titanic_41/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 355 #define getyx(w,y,x) (y = (w)->_cury, x = (w)->_curx) macro
|
/titanic_41/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 340 #define getyx(w, y, x) (y = (w)->_cury, x = (w)->_curx) macro
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | llib-lcurses | 692 /* getyx.c */
|
H A D | curses.ed | 578 #define getyx(win, y, x) ((y) = getcury(win), (x) = getcurx(win))
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library.man3xcurses.inc | 176 link path=usr/share/man/man3xcurses/getyx.3xcurses target=getbegyx.3xcurses
|
H A D | system-library.man3curses.inc | 260 link path=usr/share/man/man3curses/getyx.3curses target=curs_getyx.3curses
|
/titanic_41/ |
H A D | .gitignore | 5645 usr/src/man/man3curses/getyx.3curses 7870 usr/src/man/man3xcurses/getyx.3xcurses
|