Home
last modified time | relevance | path

Searched defs:mvwaddnstr (Results 1 – 5 of 5) sorted by path

/illumos-gate/usr/src/lib/libcurses/screen/
H A D_mvwaddnstr.c47 mvwaddnstr(WINDOW *win, int y, int x, char *s, int n) in mvwaddnstr() function
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h860 #define mvwaddnstr(w,y,x,s,n) (wmove(w,y,x)?ERR:waddnstr(w,s,n)) macro
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Daddnstr.c79 (mvwaddnstr)(w, y, x, str, n) variable
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h785 #define mvwaddnstr(w, y, x, s, n) \ macro
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Daddnstr.c75 mvwaddnstr(WINDOW *w, int y, int x, const char *str, int n) in mvwaddnstr() function