/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | addnstr.c | 49 #undef addnstr 52 addnstr(const char *str, int n) in addnstr() function
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | _addnstr.c | 49 addnstr(char *s, int n) in addnstr() function
|
H A D | mapfile-vers | 46 addnstr;
|
H A D | curses.ed | 638 extern int addnstr(char *, int); 832 extern int addch(), addchnstr(), addchstr(), addnstr(), addstr(), 900 #define addnstr(s, n) waddnstr(stdscr, s, n)
|
H A D | llib-lcurses | 90 int addnstr(char *s, int n);
|
/titanic_41/usr/src/man/man3xcurses/ |
H A D | Makefile | 27 addnstr.3xcurses \ 434 addstr.3xcurses := LINKSRC = addnstr.3xcurses 435 mvaddnstr.3xcurses := LINKSRC = addnstr.3xcurses 436 mvaddstr.3xcurses := LINKSRC = addnstr.3xcurses 437 mvwaddnstr.3xcurses := LINKSRC = addnstr.3xcurses 438 mvwaddstr.3xcurses := LINKSRC = addnstr.3xcurses 439 waddnstr.3xcurses := LINKSRC = addnstr.3xcurses 440 waddstr.3xcurses := LINKSRC = addnstr.3xcurses
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | addnstr.c | 47 (addnstr)(str, n) variable
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library.man3xcurses.inc | 23 file path=usr/share/man/man3xcurses/addnstr.3xcurses 147 link path=usr/share/man/man3xcurses/addstr.3xcurses target=addnstr.3xcurses 212 link path=usr/share/man/man3xcurses/mvaddnstr.3xcurses target=addnstr.3xcurses 215 link path=usr/share/man/man3xcurses/mvaddstr.3xcurses target=addnstr.3xcurses 268 target=addnstr.3xcurses 271 link path=usr/share/man/man3xcurses/mvwaddstr.3xcurses target=addnstr.3xcurses 429 link path=usr/share/man/man3xcurses/waddnstr.3xcurses target=addnstr.3xcurses 432 link path=usr/share/man/man3xcurses/waddstr.3xcurses target=addnstr.3xcurses
|
H A D | system-library.man3curses.inc | 124 link path=usr/share/man/man3curses/addnstr.3curses target=curs_addstr.3curses
|
/titanic_41/usr/src/lib/libxcurses2/ |
H A D | Makefile.com | 38 addnstr.o endwin.o move.o tgetflag.o wclear.o \
|
/titanic_41/usr/src/lib/libxcurses/ |
H A D | Makefile.com | 40 addnstr.o endwin.o move.o tgetflag.o wclear.o \
|
/titanic_41/usr/src/lib/libxcurses/src/ |
H A D | mapfile-vers | 60 addnstr;
|
/titanic_41/usr/src/lib/libxcurses2/src/ |
H A D | mapfile-vers | 62 addnstr;
|
/titanic_41/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 409 extern int addnstr(const char *, int); 858 #define addnstr(s,n) waddnstr(stdscr,s,n) macro 860 #define mvaddnstr(y,x,s,n) (move(y,x)?ERR:addnstr(s,n))
|
/titanic_41/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 355 extern int addnstr(const char *, int); 779 #define addnstr(s, n) waddnstr(stdscr, s, n) macro 782 (move(y, x) ? (s, n, ERR) : addnstr(s, n))
|
/titanic_41/usr/src/lib/libxcurses/src/libc/ |
H A D | llib-lcurses | 65 * addnstr.c 67 int addnstr(const char *, int);
|
H A D | llib-lxcurses | 65 * addnstr.c 67 int addnstr(const char *, int);
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/ |
H A D | llib-lcurses | 65 * addnstr.c 67 int addnstr(const char *, int);
|
H A D | llib-lxcurses | 65 * addnstr.c 67 int addnstr(const char *, int);
|
/titanic_41/usr/src/man/man3curses/ |
H A D | Makefile | 127 addnstr.3curses \ 599 addnstr.3curses := LINKSRC = curs_addstr.3curses
|
/titanic_41/ |
H A D | .gitignore | 5553 usr/src/man/man3curses/addnstr.3curses
|