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

/illumos-gate/usr/src/lib/libcurses/screen/
H A D_addnstr.c49 addnstr(char *s, int n) function
H A Dllib-lcurses90 int addnstr(char *s, int n);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Daddnstr.c32 * addnstr.c
42 static char rcsID[] = "$Header: /rd/src/libc/xcurses/rcs/addnstr.c 1.3 "
49 #undef addnstr macro
52 addnstr(const char *str, int n) function
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Daddnstr.c30 * addnstr.c
40 static char rcsID[] = "$Header: /rd/src/libc/xcurses/rcs/addnstr.c 1.3 1995/07/07 17:59:11 ant Exp $";
47 (addnstr)(str, n) function
54 __m_trace("addnstr(%p, %d)", str, n);
59 return __m_return_code("addnstr", code);
/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/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
/illumos-gate/usr/src/lib/libxcurses/
H A DMakefile.com40 addnstr.o endwin.o move.o tgetflag.o wclear.o \
/illumos-gate/usr/src/lib/libxcurses2/
H A DMakefile.com38 addnstr.o endwin.o move.o tgetflag.o wclear.o \
/illumos-gate/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);
/illumos-gate/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);
/illumos-gate/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))
/illumos-gate/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))
/illumos-gate/usr/src/man/man3curses/
H A DMakefile127 addnstr.3curses \
599 addnstr.3curses := LINKSRC = curs_addstr.3curses

Completed in 69 milliseconds