Searched refs:winwchnstr (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | _inwchnstr.c | 42 return (winwchnstr(stdscr, str, n)); in inwchnstr()
|
H A D | _winwchstr.c | 42 return (winwchnstr(win, str, -1)); in winwchstr()
|
H A D | _mvwinwchnstr.c | 42 return ((wmove(win, y, x) == ERR ? ERR : winwchnstr(win, str, n))); in mvwinwchnstr()
|
H A D | winwchnstr.c | 45 winwchnstr(WINDOW *win, chtype *string, int ncols) in winwchnstr() function
|
H A D | mapfile-vers | 349 winwchnstr;
|
H A D | curses.ed | 482 extern int winwchnstr(WINDOW *, chtype *, int); 568 winwchnstr(), winwstr(); 954 #define inwchnstr(str, n) winwchnstr(stdscr, str, n) 1172 (wmove(win, y, x) == ERR ? ERR : winwchnstr(win, str, n)) 1179 #define winwchstr(win, str) winwchnstr(win, str, -1)
|
H A D | llib-lcurses | 1200 /* winwchnstr.c */ 1201 int winwchnstr(WINDOW *win, chtype *string, int ncols);
|
/titanic_41/usr/src/lib/libcurses/ |
H A D | Makefile.com | 107 winwch.o winwchnstr.o winwstr.o \
|
/titanic_41/usr/src/man/man3curses/ |
H A D | Makefile | 562 winwchnstr.3curses \ 813 winwchnstr.3curses := LINKSRC = curs_inwchstr.3curses
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library.man3curses.inc | 795 link path=usr/share/man/man3curses/winwchnstr.3curses \
|
/titanic_41/ |
H A D | .gitignore | 5988 usr/src/man/man3curses/winwchnstr.3curses
|