Home
last modified time | relevance | path

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

12

/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Daddnstr.c56 code = waddnstr(stdscr, str, n); in addnstr()
69 code = waddnstr(stdscr, str, n); in mvaddnstr()
82 code = waddnstr(w, str, n); in mvwaddnstr()
94 code = waddnstr(stdscr, str, -1); in addstr()
107 code = waddnstr(stdscr, str, -1); in mvaddstr()
120 code = waddnstr(w, str, -1); in mvwaddstr()
132 code = waddnstr(w, str, -1); in waddstr()
H A Dvw_print.c72 rv = waddnstr(w, buffer, -1); in vw_printw()
H A Dwaddnstr.c53 waddnstr(WINDOW *w, const char *str, int n) in waddnstr() function
H A Dvwprintw.c77 rv = waddnstr(w, buffer, -1); in vwprintw()
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/
H A Daddnstr.c57 code = waddnstr(stdscr, str, n);
75 code = waddnstr(stdscr, str, n);
94 code = waddnstr(w, str, n);
109 code = waddnstr(stdscr, str, -1);
126 code = waddnstr(stdscr, str, -1);
144 code = waddnstr(w, str, -1);
160 code = waddnstr(w, str, -1);
H A Dvw_print.c73 return __m_return_code("vw_printw", waddnstr(w, buffer, -1));
H A Dvwprintw.c82 return __m_return_code("vwprintw", waddnstr(w, buffer, -1));
H A Dwaddnstr.c48 waddnstr(w, str, n) in waddnstr() function
/titanic_44/usr/src/lib/libcurses/screen/
H A D_addnstr.c51 return (waddnstr(stdscr, s, n)); in addnstr()
H A D_waddstr.c51 return (waddnstr(win, str, -1)); in waddstr()
H A D_mvaddnstr.c51 return (wmove(stdscr, y, x) == ERR ? ERR : waddnstr(stdscr, s, n)); in mvaddnstr()
H A Dwaddnwstr.c50 return (waddnstr(win, sp, -1)); in waddnwstr()
H A D_mvwaddnstr.c51 return (wmove(win, y, x) == ERR ? ERR : waddnstr(win, s, n)); in mvwaddnstr()
H A Dwaddnstr.c50 waddnstr(WINDOW *win, char *tstr, int i) in waddnstr() function
H A Dmapfile-vers304 waddnstr;
/titanic_44/usr/src/lib/libeti/form/common/
H A Dchg_data.c347 (void) waddnstr(w, v, (int)(vend - v)); in _new_line()
457 (void) waddnstr(w, v, (int)(vend - v)); in _del_prev()
501 (void) waddnstr(w, v, (int)(_data_end(v, (int)(t - v)) - v)); in _del_word()
H A Dutility.c119 (void) waddnstr(w, v, n); in _buf_to_win()
264 (void) waddnstr(w, v, n); in justify()
278 (void) waddnstr(w, v, n); in unjustify()
/titanic_44/usr/src/lib/libeti/menu/common/
H A Dpost.c78 (void) waddnstr(Win(m), Name(k), MaxName(m)); in _post_item()
/titanic_44/usr/src/lib/libxcurses2/
H A DMakefile.com63 copywin.o key_name.o scrreg.o waddnstr.o wsyncdn.o \
/titanic_44/usr/src/lib/libxcurses/
H A DMakefile.com65 copywin.o key_name.o scrreg.o waddnstr.o wsyncdn.o \
/titanic_44/usr/src/lib/libxcurses/src/
H A Dmapfile-vers352 waddnstr;
/titanic_44/usr/src/lib/libxcurses/h/
H A Dcurses.h421 extern int waddnstr(WINDOW *, const char *, int);
858 #define addnstr(s,n) waddnstr(stdscr,s,n)
862 #define mvwaddnstr(w,y,x,s,n) (wmove(w,y,x)?ERR:waddnstr(w,s,n))
864 #define waddstr(w,wcs) waddnstr(w,wcs,-1)
/titanic_44/usr/src/lib/libxcurses2/h/
H A Dcurses.h643 extern int waddnstr(WINDOW *, const char *, int);
779 #define addnstr(s, n) waddnstr(stdscr, s, n)
788 (wmove(__w1 = (w), y, x) ? (s, n, ERR) : waddnstr(__w1, s, n))
793 #define waddstr(w, wcs) waddnstr(w, wcs, -1)
/titanic_44/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers353 waddnstr;
/titanic_44/usr/src/lib/libxcurses/src/libc/
H A Dllib-lcurses828 * waddnstr.c
830 int waddnstr(WINDOW *, const char *, int);

12