Searched refs:mvwaddchnstr (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | addchn.c | 72 #undef mvwaddchnstr 75 mvwaddchnstr(WINDOW *w, int y, int x, const chtype *chs, int n) in mvwaddchnstr() function
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | addchn.c | 82 #undef mvwaddchnstr 85 mvwaddchnstr(w, y, x, chs, n) in mvwaddchnstr() function
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | _mvwaddchnst.c | 47 mvwaddchnstr(WINDOW *win, int y, int x, chtype *ch, int n) in mvwaddchnstr() function
|
H A D | mapfile-vers | 176 mvwaddchnstr;
|
H A D | curses.ed | 700 extern int mvwaddchnstr(WINDOW *, int, int, chtype *, int); 847 mvinsstr(), mvinstr(), mvvline(), mvwaddch(), mvwaddchnstr(), 1062 mvwaddchnstr(stdscr, y, x, str, n) 1135 #define mvwaddchnstr(win, y, x, str, n) \
|
/illumos-gate/usr/src/lib/libxcurses/src/ |
H A D | mapfile-vers | 211 mvwaddchnstr;
|
/illumos-gate/usr/src/lib/libxcurses2/src/ |
H A D | mapfile-vers | 213 mvwaddchnstr;
|
/illumos-gate/usr/src/man/man3xcurses/ |
H A D | Makefile | 229 mvwaddchnstr.3xcurses \ 429 mvwaddchnstr.3xcurses := LINKSRC = addchstr.3xcurses
|
/illumos-gate/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 512 extern int mvwaddchnstr(WINDOW *, int, int, const chtype *, int); 751 #define mvwaddchnstr(w, y, x, chs, n) \ macro
|
/illumos-gate/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 395 extern int mvwaddchnstr(WINDOW *, int, int, const chtype *, int); 844 #define mvwaddchnstr(w,y,x,chs,n) (wmove(w,y,x)?ERR:waddchnstr(w,chs,n)) macro
|
/illumos-gate/usr/src/man/man3curses/ |
H A D | Makefile | 324 mvwaddchnstr.3curses \ 594 mvwaddchnstr.3curses := LINKSRC = curs_addchstr.3curses
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3xcurses.inc | 215 link path=usr/share/man/man3xcurses/mvwaddchnstr.3xcurses \
|
H A D | system-library.man3curses.inc | 375 link path=usr/share/man/man3curses/mvwaddchnstr.3curses \
|