Searched defs:mvinchstr (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/libcurses/screen/ |
H A D | _mvinchstr.c | 49 mvinchstr(int y, int x, chtype *s) in mvinchstr() function
|
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | inchn.c | 115 (mvinchstr)(y, x, chs) variable
|
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | inchn.c | 102 mvinchstr(int y, int x, chtype *chs) in mvinchstr() function
|
/titanic_50/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 982 #define mvinchstr(y, x, chs) \ macro
|
/titanic_50/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 998 #define mvinchstr(y,x,chs) (move(y,x)?ERR:inchstr(chs)) macro
|