Searched defs:innwstr (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | _innwstr.c | 40 innwstr(wchar_t *ws, int n) function
|
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | innwstr.c | 40 static char rcsID[] = "$Header: /rd/src/libc/xcurses/rcs/innwstr.c 1.1 1995/06/14 15:26:08 ant Exp $"; 47 (innwstr)(wcs, n) function 54 __m_trace("innwstr(%p, %d)", wcs, n); 59 return __m_return_code("innwstr", code);
|
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | innwstr.c | 44 "libxcurses/src/libc/xcurses/rcs/innwstr.c 1.2 1998/04/30 20:30:23 " 51 #undef innwstr macro 54 innwstr(wchar_t *wcs, int n) function
|
/osnet-11/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 444 extern int innwstr(wchar_t *, int); 1023 #define innwstr(wcs, n) winnwstr(stdscr, wcs, n) macro 1026 (move(y, x) ? (wcs, n, ERR) : innwstr(wcs, n))
|
/osnet-11/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 673 extern int innwstr(wchar_t *, int); 1019 #define innwstr(wcs,n) winnwstr(stdscr,wcs,n) macro 1021 #define mvinnwstr(y,x,wcs,n) (move(y,x)?ERR:innwstr(wcs,n))
|
Completed in 66 milliseconds