Home
last modified time | relevance | path

Searched refs:waddnstr (Results 1 – 25 of 30) sorted by relevance

12

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Daddnstr.c54 code = waddnstr(stdscr, str, n); in addnstr()
67 code = waddnstr(stdscr, str, n); in mvaddnstr()
80 code = waddnstr(w, str, n); in mvwaddnstr()
92 code = waddnstr(stdscr, str, -1); in addstr()
105 code = waddnstr(stdscr, str, -1); in mvaddstr()
118 code = waddnstr(w, str, -1); in mvwaddstr()
130 code = waddnstr(w, str, -1); in waddstr()
H A Dvw_print.c70 rv = waddnstr(w, buffer, -1); in vw_printw()
H A Dwaddnstr.c51 waddnstr(WINDOW *w, const char *str, int n) in waddnstr() function
H A Dvwprintw.c75 rv = waddnstr(w, buffer, -1); in vwprintw()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Daddnstr.c55 code = waddnstr(stdscr, str, n);
73 code = waddnstr(stdscr, str, n);
92 code = waddnstr(w, str, n);
107 code = waddnstr(stdscr, str, -1);
124 code = waddnstr(stdscr, str, -1);
142 code = waddnstr(w, str, -1);
158 code = waddnstr(w, str, -1);
H A Dvw_print.c71 return __m_return_code("vw_printw", waddnstr(w, buffer, -1));
H A Dvwprintw.c80 return __m_return_code("vwprintw", waddnstr(w, buffer, -1));
H A Dwaddnstr.c46 waddnstr(w, str, n) in waddnstr() function
/illumos-gate/usr/src/lib/libcurses/screen/
H A D_waddstr.c49 return (waddnstr(win, str, -1)); in waddstr()
H A D_addnstr.c49 return (waddnstr(stdscr, s, n)); in addnstr()
H A D_mvaddnstr.c49 return (wmove(stdscr, y, x) == ERR ? ERR : waddnstr(stdscr, s, n)); in mvaddnstr()
H A Dwaddnwstr.c47 return (waddnstr(win, sp, -1)); in waddnwstr()
H A D_mvwaddnstr.c49 return (wmove(win, y, x) == ERR ? ERR : waddnstr(win, s, n)); in mvwaddnstr()
H A Dwaddnstr.c48 waddnstr(WINDOW *win, char *tstr, int i) in waddnstr() function
H A Dcurses.ed414 extern int waddnstr(WINDOW *, char *, int);
546 extern int waddch(), waddchnstr(), waddnstr(), wbkgd(),
900 #define addnstr(s, n) waddnstr(stdscr, s, n)
1112 (wmove(win, y, x) == ERR ? ERR : waddnstr(win, s, n))
1202 #define waddstr(win, str) waddnstr((win), (str), -1)
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dchg_data.c345 (void) waddnstr(w, v, (int)(vend - v)); in _new_line()
455 (void) waddnstr(w, v, (int)(vend - v)); in _del_prev()
499 (void) waddnstr(w, v, (int)(_data_end(v, (int)(t - v)) - v)); in _del_word()
H A Dutility.c117 (void) waddnstr(w, v, n); in _buf_to_win()
262 (void) waddnstr(w, v, n); in justify()
276 (void) waddnstr(w, v, n); in unjustify()
/illumos-gate/usr/src/lib/libeti/menu/common/
H A Dpost.c76 (void) waddnstr(Win(m), Name(k), MaxName(m)); in _post_item()
/illumos-gate/usr/src/lib/libxcurses2/
H A DMakefile.com64 copywin.o key_name.o scrreg.o waddnstr.o wsyncdn.o \
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h419 extern int waddnstr(WINDOW *, const char *, int);
856 #define addnstr(s,n) waddnstr(stdscr,s,n)
860 #define mvwaddnstr(w,y,x,s,n) (wmove(w,y,x)?ERR:waddnstr(w,s,n))
862 #define waddstr(w,wcs) waddnstr(w,wcs,-1)
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h641 extern int waddnstr(WINDOW *, const char *, int);
777 #define addnstr(s, n) waddnstr(stdscr, s, n)
786 (wmove(__w1 = (w), y, x) ? (s, n, ERR) : waddnstr(__w1, s, n))
791 #define waddstr(w, wcs) waddnstr(w, wcs, -1)
/illumos-gate/usr/src/lib/libxcurses/
H A DMakefile.com66 copywin.o key_name.o scrreg.o waddnstr.o wsyncdn.o \
/illumos-gate/usr/src/lib/libxcurses/src/
H A Dmapfile-vers352 waddnstr;
/illumos-gate/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers353 waddnstr;
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile338 waddnstr.3xcurses \
439 waddnstr.3xcurses := LINKSRC = addnstr.3xcurses

12