Home
last modified time | relevance | path

Searched refs:winsnwstr (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A D_insnwstr.c40 return (winsnwstr(stdscr, ws, n)); in insnwstr()
H A D_winswstr.c40 return (winsnwstr(win, ws, -1)); in winswstr()
H A Dwinsnwstr.c40 winsnwstr(WINDOW *win, wchar_t *code, int n) in winsnwstr() function
H A D_mvwinsnwstr.c40 return ((wmove(win, y, x) == ERR ? ERR : winsnwstr(win, ws, n))); in mvwinsnwstr()
H A Dcurses.ed480 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 Dmapfile-vers343 winsnwstr;
/illumos-gate/usr/src/lib/libcurses/
H A DMakefile.com107 wgetwch.o winnwstr.o winsnwstr.o winswch.o \
/illumos-gate/usr/src/man/man3curses/
H A DMakefile556 winsnwstr.3curses \
799 winsnwstr.3curses := LINKSRC = curs_inswstr.3curses
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3curses.inc700 link path=usr/share/man/man3curses/winsnwstr.3curses target=curs_inswstr.3curses