Searched defs:mvwaddnstr (Results 1 – 5 of 5) sorted by relevance
/titanic_52/usr/src/lib/libcurses/screen/ |
H A D | _mvwaddnstr.c | 49 mvwaddnstr(WINDOW *win, int y, int x, char *s, int n) in mvwaddnstr() function
|
/titanic_52/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | addnstr.c | 81 (mvwaddnstr)(w, y, x, str, n) variable
|
/titanic_52/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | addnstr.c | 77 mvwaddnstr(WINDOW *w, int y, int x, const char *str, int n) in mvwaddnstr() function
|
/titanic_52/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 787 #define mvwaddnstr(w, y, x, s, n) \ macro
|
/titanic_52/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 862 #define mvwaddnstr(w,y,x,s,n) (wmove(w,y,x)?ERR:waddnstr(w,s,n)) macro
|