/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | innstr.c | 58 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 D | winnstr.c | 53 winnstr(WINDOW *w, char *mbs, int n) in winnstr() function
|
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | innstr.c | 57 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 D | winnstr.c | 47 winnstr(w, mbs, n) in winnstr() function
|
/titanic_44/usr/src/lib/libcurses/screen/ |
H A D | _innstr.c | 51 return (winnstr(stdscr, s, n)); in innstr()
|
H A D | _mvinnstr.c | 51 return (wmove(stdscr, y, x) == ERR ? ERR : winnstr(stdscr, s, n)); in mvinnstr()
|
H A D | _mvwinnstr.c | 51 return (wmove(win, y, x) == ERR ? ERR : winnstr(win, s, n)); in mvwinnstr()
|
H A D | winnstr.c | 53 winnstr(WINDOW *win, char *str, int ncols) in winnstr() function
|
H A D | mapfile-vers | 337 winnstr;
|
H A D | curses.ed | 428 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 D | form.c | 356 (void) winnstr(w, bptr, chunk); in data_ahead() 371 (void) winnstr(w, bptr, cols); in data_ahead()
|
H A D | utility.c | 135 (void) winnstr(w, v, size); in _win_to_buf()
|
/titanic_44/usr/src/lib/libxcurses2/ |
H A D | Makefile.com | 51 boolname.o inch.o pecho_wc.o unctrl.o winnstr.o \
|
/titanic_44/usr/src/lib/libxcurses/ |
H A D | Makefile.com | 53 boolname.o inch.o pecho_wc.o unctrl.o winnstr.o \
|
/titanic_44/usr/src/lib/libxcurses/src/ |
H A D | mapfile-vers | 395 winnstr;
|
/titanic_44/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 683 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 D | curses.h | 692 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 D | mapfile-vers | 396 winnstr;
|
/titanic_44/usr/src/lib/libxcurses/src/libc/ |
H A D | llib-lcurses | 955 * winnstr.c 957 int winnstr(WINDOW *, char *, int);
|
H A D | llib-lxcurses | 939 * winnstr.c 941 int winnstr(WINDOW *, char *, int);
|
/titanic_44/usr/src/lib/libxcurses2/src/libc/ |
H A D | llib-lcurses | 939 * winnstr.c 941 int winnstr(WINDOW *, char *, int);
|
H A D | llib-lxcurses | 939 * winnstr.c 941 int winnstr(WINDOW *, char *, int);
|
/titanic_44/usr/src/man/man3xcurses/ |
H A D | Makefile | 381 winnstr.3xcurses \ 629 winnstr.3xcurses := LINKSRC = innstr.3xcurses
|
/titanic_44/usr/src/lib/libcurses/ |
H A D | Makefile.com | 96 winnstr.o winsch.o winsdelln.o winsnstr.o winstr.o \
|
/titanic_44/usr/src/man/man3curses/ |
H A D | Makefile | 550 winnstr.3curses \ 785 winnstr.3curses := LINKSRC = curs_instr.3curses
|