Searched refs:mvhline (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | hln.c | 59 #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 D | hln.c | 60 #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.c | 47 mvhline(int y, int x, chtype c, int n) in mvhline() function
|
H A D | mapfile-vers | 655 mvhline;
|
H A D | curses.ed | 690 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 D | mapfile-vers | 188 mvhline;
|
/illumos-gate/usr/src/lib/libxcurses2/src/ |
H A D | mapfile-vers | 190 mvhline;
|
/illumos-gate/usr/src/man/man3xcurses/ |
H A D | Makefile | 205 mvhline.3xcurses \ 582 mvhline.3xcurses := LINKSRC = hline.3xcurses
|
/illumos-gate/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 489 extern int mvhline(int, int, chtype, int); 937 #define mvhline(y, x, ch, n) \ macro
|
/illumos-gate/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 631 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/pkg/manifests/ |
H A D | system-library.man3xcurses.inc | 181 link path=usr/share/man/man3xcurses/mvhline.3xcurses target=hline.3xcurses
|