Searched refs:winsnwstr (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | _insnwstr.c | 40 return (winsnwstr(stdscr, ws, n)); in insnwstr()
|
H A D | _winswstr.c | 40 return (winsnwstr(win, ws, -1)); in winswstr()
|
H A D | winsnwstr.c | 40 winsnwstr(WINDOW *win, wchar_t *code, int n) in winsnwstr() function
|
H A D | _mvwinsnwstr.c | 40 return ((wmove(win, y, x) == ERR ? ERR : winsnwstr(win, ws, n))); in mvwinsnwstr()
|
H A D | curses.ed | 480 extern int winsnwstr(WINDOW *, wchar_t *, int); 567 wgetwstr(), winnwstr(), winsnwstr(), winswch(), 950 #define insnwstr(ws, n) winsnwstr(stdscr, ws, n) 1164 (wmove(win, y, x) == ERR ? ERR : winsnwstr(win, ws, n)) 1181 #define winswstr(win, ws) winsnwstr(win, ws, -1)
|
H A D | mapfile-vers | 343 winsnwstr;
|
/illumos-gate/usr/src/lib/libcurses/ |
H A D | Makefile.com | 107 wgetwch.o winnwstr.o winsnwstr.o winswch.o \
|
/illumos-gate/usr/src/man/man3curses/ |
H A D | Makefile | 556 winsnwstr.3curses \ 799 winsnwstr.3curses := LINKSRC = curs_inswstr.3curses
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3curses.inc | 700 link path=usr/share/man/man3curses/winsnwstr.3curses target=curs_inswstr.3curses
|