Home
last modified time | relevance | path

Searched refs:addchnstr (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Daddchn.c47 #undef addchnstr
50 addchnstr(const chtype *chs, int n) in addchnstr() function
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Daddchn.c44 #undef addchnstr
47 addchnstr(chs, n) in addchnstr() function
/illumos-gate/usr/src/lib/libcurses/screen/
H A D_addchnstr.c47 addchnstr(chtype *s, int n) in addchnstr() function
H A Dmapfile-vers44 addchnstr;
H A Dcurses.ed636 extern int addchnstr(chtype *, int);
832 extern int addch(), addchnstr(), addchstr(), addnstr(), addstr(),
933 #define addchnstr(str, n) waddchnstr(stdscr, str, n)
/illumos-gate/usr/src/lib/libxcurses/src/
H A Dmapfile-vers58 addchnstr;
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h383 extern int addchnstr(const chtype *, int);
840 #define addchnstr(chs,n) waddchnstr(stdscr,chs,n) macro
842 #define mvaddchnstr(y,x,chs,n) (move(y,x)?ERR:addchnstr(chs,n))
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h351 extern int addchnstr(const chtype *, int);
743 #define addchnstr(chs, n) waddchnstr(stdscr, chs, n) macro
746 (move(y, x) ? ((chs), (n), ERR) : addchnstr(chs, n))
/illumos-gate/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers60 addchnstr;
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile145 addchnstr.3xcurses \
426 addchnstr.3xcurses := LINKSRC = addchstr.3xcurses
/illumos-gate/usr/src/man/man3curses/
H A DMakefile125 addchnstr.3curses \
590 addchnstr.3curses := LINKSRC = curs_addchstr.3curses
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3xcurses.inc32 link path=usr/share/man/man3xcurses/addchnstr.3xcurses target=addchstr.3xcurses
H A Dsystem-library.man3curses.inc18 link path=usr/share/man/man3curses/addchnstr.3curses \