Home
last modified time | relevance | path

Searched refs:winnstr (Results 1 – 25 of 29) sorted by relevance

12

/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dinnstr.c58 code = winnstr(stdscr, s, n); in innstr()
71 code = winnstr(stdscr, s, n); in mvinnstr()
84 code = winnstr(w, s, n); in mvwinnstr()
96 code = winnstr(stdscr, s, -1); in instr()
109 code = winnstr(stdscr, s, -1); in mvinstr()
122 code = winnstr(w, s, -1); in mvwinstr()
134 code = winnstr(w, s, -1); in winstr()
H A Dwinnstr.c53 winnstr(WINDOW *w, char *mbs, int n) in winnstr() function
/titanic_44/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.c47 winnstr(w, mbs, n) in winnstr() function
/titanic_44/usr/src/lib/libcurses/screen/
H A D_innstr.c51 return (winnstr(stdscr, s, n)); in innstr()
H A D_mvinnstr.c51 return (wmove(stdscr, y, x) == ERR ? ERR : winnstr(stdscr, s, n)); in mvinnstr()
H A D_mvwinnstr.c51 return (wmove(win, y, x) == ERR ? ERR : winnstr(win, s, n)); in mvwinnstr()
H A Dwinnstr.c53 winnstr(WINDOW *win, char *str, int ncols) in winnstr() function
H A Dmapfile-vers337 winnstr;
H A Dcurses.ed428 extern int winnstr(WINDOW *, char *, int);
549 winchstr(), winnstr(), winsch(),
935 #define innstr(str, n) winnstr(stdscr, (str), (n))
987 winnstr((win), str, ((win)->_maxx - (win)->_curx))
1140 (wmove(win, y, x) == ERR ? ERR : winnstr(win, str, n))
/titanic_44/usr/src/lib/libeti/form/common/
H A Dform.c356 (void) winnstr(w, bptr, chunk); in data_ahead()
371 (void) winnstr(w, bptr, cols); in data_ahead()
H A Dutility.c135 (void) winnstr(w, v, size); in _win_to_buf()
/titanic_44/usr/src/lib/libxcurses2/
H A DMakefile.com51 boolname.o inch.o pecho_wc.o unctrl.o winnstr.o \
/titanic_44/usr/src/lib/libxcurses/
H A DMakefile.com53 boolname.o inch.o pecho_wc.o unctrl.o winnstr.o \
/titanic_44/usr/src/lib/libxcurses/src/
H A Dmapfile-vers395 winnstr;
/titanic_44/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)
/titanic_44/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)
/titanic_44/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers396 winnstr;
/titanic_44/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);
/titanic_44/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);
/titanic_44/usr/src/man/man3xcurses/
H A DMakefile381 winnstr.3xcurses \
629 winnstr.3xcurses := LINKSRC = innstr.3xcurses
/titanic_44/usr/src/lib/libcurses/
H A DMakefile.com96 winnstr.o winsch.o winsdelln.o winsnstr.o winstr.o \
/titanic_44/usr/src/man/man3curses/
H A DMakefile550 winnstr.3curses \
785 winnstr.3curses := LINKSRC = curs_instr.3curses

12