Home
last modified time | relevance | path

Searched refs:addnstr (Results 1 – 21 of 21) sorted by relevance

/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Daddnstr.c49 #undef addnstr
52 addnstr(const char *str, int n) in addnstr() function
/titanic_41/usr/src/lib/libcurses/screen/
H A D_addnstr.c49 addnstr(char *s, int n) in addnstr() function
H A Dmapfile-vers46 addnstr;
H A Dcurses.ed638 extern int addnstr(char *, int);
832 extern int addch(), addchnstr(), addchstr(), addnstr(), addstr(),
900 #define addnstr(s, n) waddnstr(stdscr, s, n)
H A Dllib-lcurses90 int addnstr(char *s, int n);
/titanic_41/usr/src/man/man3xcurses/
H A DMakefile27 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 Daddnstr.c47 (addnstr)(str, n) variable
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-library.man3xcurses.inc23 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 Dsystem-library.man3curses.inc124 link path=usr/share/man/man3curses/addnstr.3curses target=curs_addstr.3curses
/titanic_41/usr/src/lib/libxcurses2/
H A DMakefile.com38 addnstr.o endwin.o move.o tgetflag.o wclear.o \
/titanic_41/usr/src/lib/libxcurses/
H A DMakefile.com40 addnstr.o endwin.o move.o tgetflag.o wclear.o \
/titanic_41/usr/src/lib/libxcurses/src/
H A Dmapfile-vers60 addnstr;
/titanic_41/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers62 addnstr;
/titanic_41/usr/src/lib/libxcurses/h/
H A Dcurses.h409 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 Dcurses.h355 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 Dllib-lcurses65 * addnstr.c
67 int addnstr(const char *, int);
H A Dllib-lxcurses65 * addnstr.c
67 int addnstr(const char *, int);
/titanic_41/usr/src/lib/libxcurses2/src/libc/
H A Dllib-lcurses65 * addnstr.c
67 int addnstr(const char *, int);
H A Dllib-lxcurses65 * addnstr.c
67 int addnstr(const char *, int);
/titanic_41/usr/src/man/man3curses/
H A DMakefile127 addnstr.3curses \
599 addnstr.3curses := LINKSRC = curs_addstr.3curses
/titanic_41/
H A D.gitignore5553 usr/src/man/man3curses/addnstr.3curses