Home
last modified time | relevance | path

Searched refs:whline (Results 1 – 24 of 24) sorted by relevance

/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dhln.c56 code = whline(stdscr, h, n); in hline()
69 code = whline(stdscr, h, n); in mvhline()
82 code = whline(w, h, n); in mvwhline()
H A Dwhln.c50 whline(WINDOW *w, chtype h, int n) in whline() function
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dhln.c57 code = whline(stdscr, h, n); in hline()
74 code = whline(stdscr, h, n); in mvhline()
91 code = whline(w, h, n); in mvwhline()
H A Dwhln.c47 whline(WINDOW *w, chtype h, int n) in whline() function
/titanic_44/usr/src/lib/libcurses/screen/
H A D_hline.c51 return (whline(stdscr, horch, num_chars)); in hline()
H A D_mvwhline.c51 return (wmove(win, y, x) == ERR ? ERR : whline(win, c, n)); in mvwhline()
H A Dwhline.c47 whline(WINDOW *win, chtype horch, int num_chars) in whline() function
H A Dmapfile-vers333 whline;
H A Dcurses.ed424 extern int whline(WINDOW *, chtype, int);
548 wgetstr(), wgetnstr(), whline(), wvline(), winchnstr(),
930 #define hline(c, num) whline(stdscr, c, num)
1130 (wmove(win, y, x) == ERR ? ERR : whline(win, c, num))
H A Dllib-lcurses1161 /* whline.c */
1162 int whline(WINDOW *win, chtype ch, int num_chars);
/titanic_44/usr/src/lib/libxcurses/src/
H A Dmapfile-vers390 whline;
/titanic_44/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers391 whline;
/titanic_44/usr/src/lib/libxcurses/h/
H A Dcurses.h641 extern int whline(WINDOW *, chtype, int);
973 #define hline(ch,n) whline(stdscr,ch,n)
977 #define mvwhline(w,y,x,ch,n) (wmove(w,y,x)?ERR:whline(w,ch,n))
/titanic_44/usr/src/lib/libxcurses2/h/
H A Dcurses.h687 extern int whline(WINDOW *, chtype, int);
937 #define hline(ch, n) whline(stdscr, ch, n)
946 (wmove(__w1 = (w), y, x) ? (ch, n, ERR) : whline(__w1, ch, n))
/titanic_44/usr/src/man/man3xcurses/
H A DMakefile373 whline.3xcurses \
587 whline.3xcurses := LINKSRC = hline.3xcurses
/titanic_44/usr/src/lib/libcurses/
H A DMakefile.com95 wgetstr.o whline.o winch.o winchnstr.o winchstr.o \
/titanic_44/usr/src/man/man3curses/
H A DMakefile546 whline.3curses \
662 whline.3curses := LINKSRC = curs_border.3curses
/titanic_44/usr/src/lib/libxcurses/src/libc/
H A Dllib-lcurses925 int whline(WINDOW *, chtype, int);
H A Dllib-lxcurses909 int whline(WINDOW *, chtype, int);
/titanic_44/usr/src/lib/libxcurses2/src/libc/
H A Dllib-lcurses909 int whline(WINDOW *, chtype, int);
H A Dllib-lxcurses909 int whline(WINDOW *, chtype, int);
/titanic_44/usr/src/pkg/manifests/
H A Dsystem-library.man3xcurses.inc477 link path=usr/share/man/man3xcurses/whline.3xcurses target=hline.3xcurses
H A Dsystem-library.man3curses.inc773 link path=usr/share/man/man3curses/whline.3curses target=curs_border.3curses
/titanic_44/
H A D.gitignore5972 usr/src/man/man3curses/whline.3curses
8074 usr/src/man/man3xcurses/whline.3xcurses