Searched refs:mvwaddnstr (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | addnstr.c | 72 #undef mvwaddnstr 75 mvwaddnstr(WINDOW *w, int y, int x, const char *str, int n) in mvwaddnstr() function
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | _mvwaddnstr.c | 47 mvwaddnstr(WINDOW *win, int y, int x, char *s, int n) in mvwaddnstr() function
|
H A D | mapfile-vers | 178 mvwaddnstr;
|
H A D | curses.ed | 702 extern int mvwaddnstr(WINDOW *, int, int, char *, int); 848 mvwaddchstr(), mvwaddnstr(), mvwaddstr(), mvwdelch(), 1042 mvwaddnstr(stdscr, y, x, s, n) 1111 #define mvwaddnstr(win, y, x, s, n) \
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | addnstr.c | 79 (mvwaddnstr)(w, y, x, str, n) variable
|
/illumos-gate/usr/src/lib/libxcurses/src/ |
H A D | mapfile-vers | 213 mvwaddnstr;
|
/illumos-gate/usr/src/lib/libxcurses2/src/ |
H A D | mapfile-vers | 215 mvwaddnstr;
|
/illumos-gate/usr/src/man/man3xcurses/ |
H A D | Makefile | 231 mvwaddnstr.3xcurses \ 437 mvwaddnstr.3xcurses := LINKSRC = addnstr.3xcurses
|
/illumos-gate/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 514 extern int mvwaddnstr(WINDOW *, int, int, const char *, int); 785 #define mvwaddnstr(w, y, x, s, n) \ macro
|
/illumos-gate/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 415 extern int mvwaddnstr(WINDOW *, int, int, const char *, int); 860 #define mvwaddnstr(w,y,x,s,n) (wmove(w,y,x)?ERR:waddnstr(w,s,n)) macro
|
/illumos-gate/usr/src/man/man3curses/ |
H A D | Makefile | 326 mvwaddnstr.3curses \ 603 mvwaddnstr.3curses := LINKSRC = curs_addstr.3curses
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3xcurses.inc | 219 link path=usr/share/man/man3xcurses/mvwaddnstr.3xcurses target=addnstr.3xcurses
|
H A D | system-library.man3curses.inc | 379 link path=usr/share/man/man3curses/mvwaddnstr.3curses target=curs_addstr.3curses
|