Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcurses/screen/
H A D_mvaddchnstr.c38 mvaddchnstr(int y, int x, chtype *s, int n) in mvaddchnstr() function
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Daddchn.c62 mvaddchnstr(int y, int x, const chtype *chs, int n) in mvaddchnstr() function
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Daddchn.c65 mvaddchnstr(y, x, chs, n) in mvaddchnstr() function
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h745 #define mvaddchnstr(y, x, chs, n) \ macro
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h842 #define mvaddchnstr(y,x,chs,n) (move(y,x)?ERR:addchnstr(chs,n)) macro