Searched defs:chgat (Results 1 - 4 of 4) sorted by relevance

/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/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/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))
/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))

Completed in 53 milliseconds