Searched defs:innstr (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | _innstr.c | 49 innstr(char *s, int n) function
|
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | innstr.c | 30 * innstr.c 40 static char rcsID[] = "$Header: /rd/src/libc/xcurses/rcs/innstr.c 1.1 1995/06/14 15:26:08 ant Exp $"; 47 (innstr)(s, n) function 54 __m_trace("innstr(%p, %d)", s, n); 59 return __m_return_code("innstr", code);
|
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | innstr.c | 32 * innstr.c 44 "libxcurses/src/libc/xcurses/rcs/innstr.c 1.2 1998/04/30 20:30:22 " 51 #undef innstr macro 54 innstr(char *s, int n) function
|
/osnet-11/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 443 extern int innstr(char *, int); 1008 #define innstr(s, n) winnstr(stdscr, s, n) macro 1011 (move(y, x) ? (s, n, ERR) : innstr(s, n))
|
/osnet-11/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 671 extern int innstr(char *, int); 1011 #define innstr(s,n) winnstr(stdscr,s,n) macro 1013 #define mvinnstr(y,x,s,n) (move(y,x)?ERR:innstr(s,n))
|
Completed in 39 milliseconds