Home
last modified time | relevance | path

Searched refs:bkgrnd (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dbkgrnd.c56 #undef bkgrnd
59 bkgrnd(const cchar_t *bg) in bkgrnd() function
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dbkgrnd.c54 (bkgrnd)(bg) variable
/titanic_41/usr/src/man/man3xcurses/
H A DMakefile34 bkgrnd.3xcurses \
473 bkgrndset.3xcurses := LINKSRC = bkgrnd.3xcurses
474 getbkgrnd.3xcurses := LINKSRC = bkgrnd.3xcurses
475 wbkgrnd.3xcurses := LINKSRC = bkgrnd.3xcurses
476 wbkgrndset.3xcurses := LINKSRC = bkgrnd.3xcurses
477 wgetbkgrnd.3xcurses := LINKSRC = bkgrnd.3xcurses
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-library.man3xcurses.inc30 file path=usr/share/man/man3xcurses/bkgrnd.3xcurses
155 link path=usr/share/man/man3xcurses/bkgrndset.3xcurses target=bkgrnd.3xcurses
172 link path=usr/share/man/man3xcurses/getbkgrnd.3xcurses target=bkgrnd.3xcurses
446 link path=usr/share/man/man3xcurses/wbkgrnd.3xcurses target=bkgrnd.3xcurses
447 link path=usr/share/man/man3xcurses/wbkgrndset.3xcurses target=bkgrnd.3xcurses
471 link path=usr/share/man/man3xcurses/wgetbkgrnd.3xcurses target=bkgrnd.3xcurses
/titanic_41/usr/src/lib/libxcurses2/
H A DMakefile.com47 bkgrnd.o hln.o numcode.o touchwin.o win_wch.o \
/titanic_41/usr/src/lib/libxcurses/
H A DMakefile.com49 bkgrnd.o hln.o numcode.o touchwin.o win_wch.o \
/titanic_41/usr/src/lib/libxcurses/src/
H A Dmapfile-vers77 bkgrnd;
/titanic_41/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers79 bkgrnd;
/titanic_41/usr/src/lib/libxcurses/src/libc/
H A Dllib-lcurses142 * bkgrnd.c
144 int bkgrnd(const cchar_t *);
H A Dllib-lxcurses142 * bkgrnd.c
144 int bkgrnd(const cchar_t *);
/titanic_41/usr/src/lib/libxcurses2/src/libc/
H A Dllib-lcurses142 * bkgrnd.c
144 int bkgrnd(const cchar_t *);
H A Dllib-lxcurses142 * bkgrnd.c
144 int bkgrnd(const cchar_t *);
/titanic_41/usr/src/lib/libxcurses/h/
H A Dcurses.h461 extern int bkgrnd(const cchar_t *);
887 #define bkgrnd(b) wbkgrnd(stdscr,b) macro
/titanic_41/usr/src/lib/libxcurses2/h/
H A Dcurses.h373 extern int bkgrnd(const cchar_t *);
821 #define bkgrnd(b) wbkgrnd(stdscr, b) macro