Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Din_wchn.c61 (mvin_wchnstr)(y, x, ccs, n) variable
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Din_wchn.c62 mvin_wchnstr(int y, int x, cchar_t *ccs, int n) in mvin_wchnstr() function
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h992 #define mvin_wchnstr(y, x, cp, n) \ macro
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h1003 #define mvin_wchnstr(y,x,cp,n) (move(y,x)?ERR:in_wchnstr(cp,n)) macro