Home
last modified time | relevance | path

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

/titanic_52/usr/src/lib/libcurses/screen/
H A D_mvwaddchstr.c49 mvwaddchstr(WINDOW *win, int y, int x, chtype *ch) in mvwaddchstr() function
/titanic_52/usr/src/lib/libxcurses/src/libc/xcurses/
H A Daddchn.c144 mvwaddchstr(w, y, x, chs) in mvwaddchstr() function
/titanic_52/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Daddchn.c115 mvwaddchstr(WINDOW *w, int y, int x, const chtype *chs) in mvwaddchstr() function
/titanic_52/usr/src/lib/libxcurses2/h/
H A Dcurses.h757 #define mvwaddchstr(w, y, x, chs) \ macro
/titanic_52/usr/src/lib/libxcurses/h/
H A Dcurses.h847 #define mvwaddchstr(w,y,x,chs) (wmove(w,y,x)?ERR:waddchstr(w,chs)) macro