Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dinnstr.c56 code = winnstr(stdscr, s, n); in innstr()
69 code = winnstr(stdscr, s, n); in mvinnstr()
82 code = winnstr(w, s, n); in mvwinnstr()
94 code = winnstr(stdscr, s, -1); in instr()
107 code = winnstr(stdscr, s, -1); in mvinstr()
120 code = winnstr(w, s, -1); in mvwinstr()
132 code = winnstr(w, s, -1); in winstr()
H A Dwinnstr.c51 winnstr(WINDOW *w, char *mbs, int n) in winnstr() function
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dinnstr.c55 code = winnstr(stdscr, s, n);
73 code = winnstr(stdscr, s, n);
92 code = winnstr(w, s, n);
107 code = winnstr(stdscr, s, -1);
124 code = winnstr(stdscr, s, -1);
142 code = winnstr(w, s, -1);
158 code = winnstr(w, s, -1);
H A Dwinnstr.c45 winnstr(w, mbs, n) in winnstr() function
/illumos-gate/usr/src/lib/libcurses/screen/
H A D_innstr.c49 return (winnstr(stdscr, s, n)); in innstr()
H A D_mvinnstr.c49 return (wmove(stdscr, y, x) == ERR ? ERR : winnstr(stdscr, s, n)); in mvinnstr()
H A D_mvwinnstr.c49 return (wmove(win, y, x) == ERR ? ERR : winnstr(win, s, n)); in mvwinnstr()
H A Dwinnstr.c51 winnstr(WINDOW *win, char *str, int ncols) in winnstr() function
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))
H A Dmapfile-vers337 winnstr;
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dform.c354 (void) winnstr(w, bptr, chunk); in data_ahead()
369 (void) winnstr(w, bptr, cols); in data_ahead()
H A Dutility.c133 (void) winnstr(w, v, size); in _win_to_buf()
/illumos-gate/usr/src/lib/libxcurses2/
H A DMakefile.com52 boolname.o inch.o pecho_wc.o unctrl.o winnstr.o \
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h681 extern int winnstr(WINDOW *, char *, int);
1009 #define innstr(s,n) winnstr(stdscr,s,n)
1013 #define mvwinnstr(w,y,x,s,n) (wmove(w,y,x)?ERR:winnstr(w,s,n))
1015 #define winstr(w,s) winnstr(w,s,-1)
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h690 extern int winnstr(WINDOW *, char *, int);
1006 #define innstr(s, n) winnstr(stdscr, s, n)
1015 (wmove(__w1 = (w), y, x) ? (s, n, ERR) : winnstr(__w1, s, n))
1020 #define winstr(w, s) (winnstr(w, s, -1), OK)
/illumos-gate/usr/src/lib/libxcurses/
H A DMakefile.com54 boolname.o inch.o pecho_wc.o unctrl.o winnstr.o \
/illumos-gate/usr/src/lib/libxcurses/src/
H A Dmapfile-vers395 winnstr;
/illumos-gate/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers396 winnstr;
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile381 winnstr.3xcurses \
629 winnstr.3xcurses := LINKSRC = innstr.3xcurses
/illumos-gate/usr/src/lib/libcurses/
H A DMakefile.com97 winnstr.o winsch.o winsdelln.o winsnstr.o winstr.o \
/illumos-gate/usr/src/man/man3curses/
H A DMakefile550 winnstr.3curses \
785 winnstr.3curses := LINKSRC = curs_instr.3curses
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3xcurses.inc448 link path=usr/share/man/man3xcurses/winnstr.3xcurses target=innstr.3xcurses
H A Dsystem-library.man3curses.inc692 link path=usr/share/man/man3curses/winnstr.3curses target=curs_instr.3curses