Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dchgat.c47 #undef chgat
50 chgat(int n, attr_t at, short co, const void *opts) in chgat() function
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dchgat.c45 (chgat)(int n, attr_t at, short co, const void *opts)
/illumos-gate/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
/illumos-gate/usr/src/lib/libxcurses2/
H A DMakefile.com58 chgat.o ins_wch.o redraw.o vwprintw.o winsnstr.o \
/illumos-gate/usr/src/lib/libxcurses/
H A DMakefile.com60 chgat.o ins_wch.o redraw.o vwprintw.o winsnstr.o \
/illumos-gate/usr/src/lib/libxcurses/src/
H A Dmapfile-vers85 chgat;
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3xcurses.inc57 file path=usr/share/man/man3xcurses/chgat.3xcurses
169 link path=usr/share/man/man3xcurses/mvchgat.3xcurses target=chgat.3xcurses
224 link path=usr/share/man/man3xcurses/mvwchgat.3xcurses target=chgat.3xcurses
417 link path=usr/share/man/man3xcurses/wchgat.3xcurses target=chgat.3xcurses
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h501 extern int chgat(int, attr_t, short, const void *);
902 #define chgat(n,a,co,p) wchgat(stdscr,n,a,co,p) macro
903 #define mvchgat(y,x,n,a,co,p) (move(y,x)?ERR:chgat(n,a,co,p))
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h385 extern int chgat(int, attr_t, short, const void *);
842 #define chgat(n, a, co, p) wchgat(stdscr, n, a, co, p) macro
844 (move(y, x) ? (n, a, co, p, ERR) : chgat(n, a, co, p))
/illumos-gate/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers87 chgat;
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog8790 chgat, because chgat doesn't work as expected.