Home
last modified time | relevance | path

Searched refs:chgat (Results 1 – 15 of 15) sorted by relevance

/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dchgat.c49 #undef chgat
52 chgat(int n, attr_t at, short co, const void *opts) in chgat() function
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dchgat.c47 (chgat)(int n, attr_t at, short co, const void *opts)
/titanic_44/usr/src/man/man3xcurses/
H A DMakefile39 chgat.3xcurses \
500 mvchgat.3xcurses := LINKSRC = chgat.3xcurses
501 mvwchgat.3xcurses := LINKSRC = chgat.3xcurses
502 wchgat.3xcurses := LINKSRC = chgat.3xcurses
/titanic_44/usr/src/lib/libxcurses2/
H A DMakefile.com57 chgat.o ins_wch.o redraw.o vwprintw.o winsnstr.o \
/titanic_44/usr/src/lib/libxcurses/
H A DMakefile.com59 chgat.o ins_wch.o redraw.o vwprintw.o winsnstr.o \
/titanic_44/usr/src/lib/libxcurses/src/
H A Dmapfile-vers85 chgat;
/titanic_44/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers87 chgat;
/titanic_44/usr/src/lib/libxcurses/h/
H A Dcurses.h503 extern int chgat(int, attr_t, short, const void *);
904 #define chgat(n,a,co,p) wchgat(stdscr,n,a,co,p) macro
905 #define mvchgat(y,x,n,a,co,p) (move(y,x)?ERR:chgat(n,a,co,p))
/titanic_44/usr/src/lib/libxcurses2/h/
H A Dcurses.h387 extern int chgat(int, attr_t, short, const void *);
844 #define chgat(n, a, co, p) wchgat(stdscr, n, a, co, p) macro
846 (move(y, x) ? (n, a, co, p, ERR) : chgat(n, a, co, p))
/titanic_44/usr/src/pkg/manifests/
H A Dsystem-library.man3xcurses.inc35 file path=usr/share/man/man3xcurses/chgat.3xcurses
218 link path=usr/share/man/man3xcurses/mvchgat.3xcurses target=chgat.3xcurses
274 link path=usr/share/man/man3xcurses/mvwchgat.3xcurses target=chgat.3xcurses
451 link path=usr/share/man/man3xcurses/wchgat.3xcurses target=chgat.3xcurses
/titanic_44/usr/src/lib/libxcurses/src/libc/
H A Dllib-lcurses187 * chgat.c
189 int chgat(int, attr_t, short, const void *);
H A Dllib-lxcurses187 * chgat.c
189 int chgat(int, attr_t, short, const void *);
/titanic_44/usr/src/lib/libxcurses2/src/libc/
H A Dllib-lcurses187 * chgat.c
189 int chgat(int, attr_t, short, const void *);
H A Dllib-lxcurses187 * chgat.c
189 int chgat(int, attr_t, short, const void *);
/titanic_44/usr/src/grub/grub-0.97/
H A DChangeLog8790 chgat, because chgat doesn't work as expected.