Home
last modified time | relevance | path

Searched defs:mvin_wchstr (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Din_wchn.c115 (mvin_wchstr)(y, x, ccs) variable
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Din_wchn.c102 mvin_wchstr(int y, int x, cchar_t *ccs) in mvin_wchstr() function
/titanic_41/usr/src/lib/libxcurses2/h/
H A Dcurses.h997 #define mvin_wchstr(y, x, cp) \ macro
/titanic_41/usr/src/lib/libxcurses/h/
H A Dcurses.h1006 #define mvin_wchstr(y,x,cp) (move(y,x)?ERR:in_wchstr(cp)) macro