/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | addnstr.c | 61 #undef mvaddnstr 64 mvaddnstr(int y, int x, const char *str, int n) in mvaddnstr() function
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | _mvaddnstr.c | 49 mvaddnstr(int y, int x, char *s, int n) in mvaddnstr() function
|
H A D | mapfile-vers | 142 mvaddnstr;
|
H A D | curses.ed | 685 extern int mvaddnstr(int, int, char *, int); 844 move(), mvaddch(), mvaddchnstr(), mvaddchstr(), mvaddnstr(), 1041 #define mvaddnstr(y, x, s, n) \
|
H A D | llib-lcurses | 272 int mvaddnstr(int y, int x, char *s, int n);
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | addnstr.c | 63 (mvaddnstr)(y, x, str, n) variable
|
/titanic_41/usr/src/lib/libxcurses/src/ |
H A D | mapfile-vers | 172 mvaddnstr;
|
/titanic_41/usr/src/lib/libxcurses2/src/ |
H A D | mapfile-vers | 174 mvaddnstr;
|
/titanic_41/usr/src/man/man3xcurses/ |
H A D | Makefile | 193 mvaddnstr.3xcurses \ 435 mvaddnstr.3xcurses := LINKSRC = addnstr.3xcurses
|
/titanic_41/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 413 extern int mvaddnstr(int, int, const char *, int); 860 #define mvaddnstr(y,x,s,n) (move(y,x)?ERR:addnstr(s,n)) macro
|
/titanic_41/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 474 extern int mvaddnstr(int, int, const char *, int); 781 #define mvaddnstr(y, x, s, n) \ macro
|
/titanic_41/usr/src/man/man3curses/ |
H A D | Makefile | 290 mvaddnstr.3curses \ 601 mvaddnstr.3curses := LINKSRC = curs_addstr.3curses
|
/titanic_41/usr/src/lib/libxcurses/src/libc/ |
H A D | llib-lcurses | 68 int mvaddnstr(int, int, const char *, int);
|
H A D | llib-lxcurses | 68 int mvaddnstr(int, int, const char *, int);
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/ |
H A D | llib-lcurses | 68 int mvaddnstr(int, int, const char *, int);
|
H A D | llib-lxcurses | 68 int mvaddnstr(int, int, const char *, int);
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library.man3xcurses.inc | 212 link path=usr/share/man/man3xcurses/mvaddnstr.3xcurses target=addnstr.3xcurses
|
H A D | system-library.man3curses.inc | 373 link path=usr/share/man/man3curses/mvaddnstr.3curses \
|
/titanic_41/ |
H A D | .gitignore | 5716 usr/src/man/man3curses/mvaddnstr.3curses 7894 usr/src/man/man3xcurses/mvaddnstr.3xcurses
|