Home
last modified time | relevance | path

Searched refs:mvhline (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dhln.c59 #undef mvhline
62 mvhline(int y, int x, chtype h, int n) in mvhline() function
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dhln.c60 #undef mvhline
63 mvhline(int y, int x, chtype h, int n) in mvhline() function
/illumos-gate/usr/src/lib/libcurses/screen/
H A D_mvhline.c47 mvhline(int y, int x, chtype c, int n) in mvhline() function
H A Dmapfile-vers655 mvhline;
H A Dcurses.ed690 extern int mvhline(int, int, chtype, int);
845 mvaddstr(), mvdelch(), mvgetch(), mvgetstr(), mvhline(),
1071 #define mvhline(y, x, c, num) \
/illumos-gate/usr/src/lib/libxcurses/src/
H A Dmapfile-vers188 mvhline;
/illumos-gate/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers190 mvhline;
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile205 mvhline.3xcurses \
582 mvhline.3xcurses := LINKSRC = hline.3xcurses
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h631 extern int mvhline(int, int, chtype, int);
973 #define mvhline(y,x,ch,n) (move(y,x)?ERR:hline(ch,n)) macro
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h489 extern int mvhline(int, int, chtype, int);
937 #define mvhline(y, x, ch, n) \ macro
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3xcurses.inc181 link path=usr/share/man/man3xcurses/mvhline.3xcurses target=hline.3xcurses