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

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dchgat.c32 * chgat.c
42 static char rcsID[] = "$Header: /rd/src/libc/xcurses/rcs/chgat.c 1.1 "
49 #undef chgat macro
52 chgat(int n, attr_t at, short co, const void *opts) function
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dchgat.c30 * chgat.c
40 static char rcsID[] = "$Header: /rd/src/libc/xcurses/rcs/chgat.c 1.1 1995/06/05 19:04:08 ant Exp $";
47 (chgat)(int n, attr_t at, short co, const void *opts) function
52 __m_trace("chgat(%d, %x, %d, %p)", n, at, co, opts);
57 return __m_return_code("chgat", code);
/illumos-gate/usr/src/lib/libxcurses/
H A DMakefile.com59 chgat.o ins_wch.o redraw.o vwprintw.o winsnstr.o \
/illumos-gate/usr/src/lib/libxcurses2/
H A DMakefile.com57 chgat.o ins_wch.o redraw.o vwprintw.o winsnstr.o \
/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/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 *);
/illumos-gate/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 *);
/illumos-gate/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))
/illumos-gate/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))

Completed in 80 milliseconds