Searched refs:winwchnstr (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | _inwchnstr.c | 42 return (winwchnstr(stdscr, str, n));
|
H A D | _winwchstr.c | 42 return (winwchnstr(win, str, -1));
|
H A D | _mvwinwchnstr.c | 42 return ((wmove(win, y, x) == ERR ? ERR : winwchnstr(win, str, n)));
|
H A D | winwchnstr.c | 45 winwchnstr(WINDOW *win, chtype *string, int ncols) function
|
H A D | llib-lcurses | 1200 /* winwchnstr.c */ 1201 int winwchnstr(WINDOW *win, chtype *string, int ncols);
|
/illumos-gate/usr/src/lib/libcurses/ |
H A D | Makefile.com | 107 winwch.o winwchnstr.o winwstr.o \
|
/illumos-gate/usr/src/man/man3curses/ |
H A D | Makefile | 562 winwchnstr.3curses \ 813 winwchnstr.3curses := LINKSRC = curs_inwchstr.3curses
|
Completed in 82 milliseconds