Home
last modified time | relevance | path

Searched defs:mvwaddchnstr (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/lib/libcurses/screen/
H A D_mvwaddchnst.c49 mvwaddchnstr(WINDOW *win, int y, int x, chtype *ch, int n) in mvwaddchnstr() function
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/
H A Daddchn.c87 mvwaddchnstr(w, y, x, chs, n) in mvwaddchnstr() function
/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Daddchn.c77 mvwaddchnstr(WINDOW *w, int y, int x, const chtype *chs, int n) in mvwaddchnstr() function
/titanic_44/usr/src/lib/libxcurses2/h/
H A Dcurses.h753 #define mvwaddchnstr(w, y, x, chs, n) \ macro
/titanic_44/usr/src/lib/libxcurses/h/
H A Dcurses.h846 #define mvwaddchnstr(w,y,x,chs,n) (wmove(w,y,x)?ERR:waddchnstr(w,chs,n)) macro