Searched defs:mvaddchstr (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | _mvaddchstr.c | 49 mvaddchstr(int y, int x, chtype *s) in mvaddchstr() function
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | addchn.c | 125 mvaddchstr(y, x, chs) in mvaddchstr() function
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | addchn.c | 102 mvaddchstr(int y, int x, const chtype *chs) in mvaddchstr() function
|
/titanic_41/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 750 #define mvaddchstr(y, x, chs) \ macro
|
/titanic_41/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 845 #define mvaddchstr(y,x,chs) (move(y,x)?ERR:addchstr(chs)) macro
|