Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Daddnstr.c47 #undef addnstr
50 addnstr(const char *str, int n) in addnstr() function
/illumos-gate/usr/src/lib/libcurses/screen/
H A D_addnstr.c47 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)
/illumos-gate/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
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Daddnstr.c45 (addnstr)(str, n) variable
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3xcurses.inc34 file path=usr/share/man/man3xcurses/addnstr.3xcurses
36 link path=usr/share/man/man3xcurses/addstr.3xcurses target=addnstr.3xcurses
165 link path=usr/share/man/man3xcurses/mvaddnstr.3xcurses target=addnstr.3xcurses
167 link path=usr/share/man/man3xcurses/mvaddstr.3xcurses target=addnstr.3xcurses
219 link path=usr/share/man/man3xcurses/mvwaddnstr.3xcurses target=addnstr.3xcurses
222 link path=usr/share/man/man3xcurses/mvwaddstr.3xcurses target=addnstr.3xcurses
399 link path=usr/share/man/man3xcurses/waddnstr.3xcurses target=addnstr.3xcurses
401 link path=usr/share/man/man3xcurses/waddstr.3xcurses target=addnstr.3xcurses
H A Dsystem-library.man3curses.inc21 link path=usr/share/man/man3curses/addnstr.3curses target=curs_addstr.3curses
/illumos-gate/usr/src/lib/libxcurses2/
H A DMakefile.com39 addnstr.o endwin.o move.o tgetflag.o wclear.o \
/illumos-gate/usr/src/lib/libxcurses/
H A DMakefile.com41 addnstr.o endwin.o move.o tgetflag.o wclear.o \
/illumos-gate/usr/src/lib/libxcurses/src/
H A Dmapfile-vers60 addnstr;
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h407 extern int addnstr(const char *, int);
856 #define addnstr(s,n) waddnstr(stdscr,s,n) macro
858 #define mvaddnstr(y,x,s,n) (move(y,x)?ERR:addnstr(s,n))
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h353 extern int addnstr(const char *, int);
777 #define addnstr(s, n) waddnstr(stdscr, s, n) macro
780 (move(y, x) ? (s, n, ERR) : addnstr(s, n))
/illumos-gate/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers62 addnstr;
/illumos-gate/usr/src/man/man3curses/
H A DMakefile127 addnstr.3curses \
599 addnstr.3curses := LINKSRC = curs_addstr.3curses