Searched defs:waddstr (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/lib/libcurses/screen/ |
H A D | _waddstr.c | 49 waddstr(WINDOW *win, char *str) in waddstr() function
|
/titanic_44/usr/src/ucblib/libcurses/ |
H A D | addstr.c | 31 waddstr(WINDOW *win, char *str) in waddstr() function
|
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | addnstr.c | 150 (waddstr)(w, str) variable
|
/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | addnstr.c | 128 waddstr(WINDOW *w, const char *str) in waddstr() function
|
/titanic_44/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 793 #define waddstr(w, wcs) waddnstr(w, wcs, -1) macro
|
/titanic_44/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 864 #define waddstr(w,wcs) waddnstr(w,wcs,-1) macro
|