Searched defs:mvwaddchnstr (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | _mvwaddchnst.c | 47 mvwaddchnstr(WINDOW *win, int y, int x, chtype *ch, int n) in mvwaddchnstr() function
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | addchn.c | 75 mvwaddchnstr(WINDOW *w, int y, int x, const chtype *chs, int n) in mvwaddchnstr() function
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | addchn.c | 85 mvwaddchnstr(w, y, x, chs, n) in mvwaddchnstr() function
|
/illumos-gate/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 751 #define mvwaddchnstr(w, y, x, chs, n) \ macro
|
/illumos-gate/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 844 #define mvwaddchnstr(w,y,x,chs,n) (wmove(w,y,x)?ERR:waddchnstr(w,chs,n)) macro
|