Searched refs:winswstr (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | _inswstr.c | 42 return (winswstr(stdscr, ws)); in inswstr()
|
H A D | _winswstr.c | 40 winswstr(WINDOW *win, wchar_t *ws) in winswstr() function
|
H A D | _mvwinswstr.c | 42 return ((wmove(win, y, x) == ERR ? ERR : winswstr(win, ws))); in mvwinswstr()
|
H A D | mapfile-vers | 347 winswstr;
|
H A D | curses.ed | 817 extern int winswstr(WINDOW *, wchar_t *); 883 winswstr(), winwchstr(); 952 #define inswstr(ws) winswstr(stdscr, ws) 1168 (wmove(win, y, x) == ERR ? ERR : winswstr(win, ws)) 1181 #define winswstr(win, ws) winsnwstr(win, ws, -1)
|
H A D | llib-lcurses | 576 int winswstr(WINDOW *win, wchar_t *ws);
|
/titanic_41/usr/src/man/man3curses/ |
H A D | Makefile | 560 winswstr.3curses \ 800 winswstr.3curses := LINKSRC = curs_inswstr.3curses
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library.man3curses.inc | 792 link path=usr/share/man/man3curses/winswstr.3curses \
|
/titanic_41/ |
H A D | .gitignore | 5986 usr/src/man/man3curses/winswstr.3curses
|