Searched refs:winnstr (Results 1 - 20 of 20) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A D_innstr.c51 return (winnstr(stdscr, s, n));
H A D_mvinnstr.c51 return (wmove(stdscr, y, x) == ERR ? ERR : winnstr(stdscr, s, n));
H A D_mvwinnstr.c51 return (wmove(win, y, x) == ERR ? ERR : winnstr(win, s, n));
H A Dwinnstr.c53 winnstr(WINDOW *win, char *str, int ncols) function
H A Dllib-lcurses1173 /* winnstr.c */
1174 int winnstr(WINDOW *win, char *string, int ncols);
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dinnstr.c58 code = winnstr(stdscr, s, n);
71 code = winnstr(stdscr, s, n);
84 code = winnstr(w, s, n);
96 code = winnstr(stdscr, s, -1);
109 code = winnstr(stdscr, s, -1);
122 code = winnstr(w, s, -1);
134 code = winnstr(w, s, -1);
H A Dwinnstr.c32 * winnstr.c
44 "libxcurses/src/libc/xcurses/rcs/winnstr.c 1.2 1998/04/30 20:30:40 "
53 winnstr(WINDOW *w, char *mbs, int n) function
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dinnstr.c57 code = winnstr(stdscr, s, n);
75 code = winnstr(stdscr, s, n);
94 code = winnstr(w, s, n);
109 code = winnstr(stdscr, s, -1);
126 code = winnstr(stdscr, s, -1);
144 code = winnstr(w, s, -1);
160 code = winnstr(w, s, -1);
H A Dwinnstr.c30 * winnstr.c
40 static char rcsID[] = "$Header: /rd/src/libc/xcurses/rcs/winnstr.c 1.1 1995/06/14 15:26:06 ant Exp $";
47 winnstr(w, mbs, n) function
55 __m_trace("winnstr(%p, %p, %d)", w, mbs, n);
79 return __m_return_code("winnstr", OK);
/osnet-11/usr/src/lib/libeti/form/common/
H A Dform.c356 (void) winnstr(w, bptr, chunk);
371 (void) winnstr(w, bptr, cols);
H A Dutility.c135 (void) winnstr(w, v, size);
/osnet-11/usr/src/lib/libxcurses/
H A DMakefile.com52 boolname.o inch.o pecho_wc.o unctrl.o winnstr.o \
/osnet-11/usr/src/lib/libxcurses2/
H A DMakefile.com50 boolname.o inch.o pecho_wc.o unctrl.o winnstr.o \
/osnet-11/usr/src/lib/libxcurses/h/
H A Dcurses.h683 extern int winnstr(WINDOW *, char *, int);
1011 #define innstr(s,n) winnstr(stdscr,s,n)
1015 #define mvwinnstr(w,y,x,s,n) (wmove(w,y,x)?ERR:winnstr(w,s,n))
1017 #define winstr(w,s) winnstr(w,s,-1)
/osnet-11/usr/src/lib/libxcurses2/h/
H A Dcurses.h692 extern int winnstr(WINDOW *, char *, int);
1008 #define innstr(s, n) winnstr(stdscr, s, n)
1017 (wmove(__w1 = (w), y, x) ? (s, n, ERR) : winnstr(__w1, s, n))
1022 #define winstr(w, s) (winnstr(w, s, -1), OK)
/osnet-11/usr/src/lib/libxcurses/src/libc/
H A Dllib-lcurses955 * winnstr.c
957 int winnstr(WINDOW *, char *, int);
H A Dllib-lxcurses939 * winnstr.c
941 int winnstr(WINDOW *, char *, int);
/osnet-11/usr/src/lib/libxcurses2/src/libc/
H A Dllib-lcurses939 * winnstr.c
941 int winnstr(WINDOW *, char *, int);
H A Dllib-lxcurses939 * winnstr.c
941 int winnstr(WINDOW *, char *, int);
/osnet-11/usr/src/lib/libcurses/
H A DMakefile.com94 winnstr.o winsch.o winsdelln.o winsnstr.o winstr.o \

Completed in 80 milliseconds