Searched refs:wchgat (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dchgat.c56 code = wchgat(stdscr, n, at, co, opts);
69 code = wchgat(stdscr, n, at, co, opts);
83 code = wchgat(w, n, at, co, opts);
H A Dwchgat.c32 * wchgat.c
44 "libxcurses/src/libc/xcurses/rcs/wchgat.c 1.3 1998/05/22 19:23:22 "
53 wchgat(WINDOW *w, int n, attr_t at, short co, const void *opts) function
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dchgat.c55 code = wchgat(stdscr, n, at, co, opts);
70 code = wchgat(stdscr, n, at, co, opts);
89 code = wchgat(w, n, at, co, opts);
H A Dwchgat.c30 * wchgat.c
40 static char rcsID[] = "$Header: /rd/src/libc/xcurses/rcs/wchgat.c 1.3 1995/06/21 20:30:57 ant Exp $";
47 wchgat(WINDOW *w, int n, attr_t at, short co, const void *opts) function
53 __m_trace("wchgat(%p, %d, %x, %d, %p)", w, n, at, co, opts);
62 return __m_return_code("wchgat", ERR);
74 return __m_return_code("wchgat", WFLUSH(w));
/illumos-gate/usr/src/lib/libxcurses/
H A DMakefile.com39 addchn.o echochar.o meta.o tgetent.o wchgat.o \
/illumos-gate/usr/src/lib/libxcurses2/
H A DMakefile.com37 addchn.o echochar.o meta.o tgetent.o wchgat.o \
/illumos-gate/usr/src/lib/libxcurses/src/libc/
H A Dllib-lcurses879 * wchgat.c
881 int wchgat(WINDOW *, int, attr_t, short, const void *);
H A Dllib-lxcurses863 * wchgat.c
865 int wchgat(WINDOW *, int, attr_t, short, const void *);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/
H A Dllib-lcurses863 * wchgat.c
865 int wchgat(WINDOW *, int, attr_t, short, const void *);
H A Dllib-lxcurses863 * wchgat.c
865 int wchgat(WINDOW *, int, attr_t, short, const void *);
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h506 extern int wchgat(WINDOW *, int, attr_t, short, const void *);
904 #define chgat(n,a,co,p) wchgat(stdscr,n,a,co,p)
906 #define mvwchgat(w,y,x,n,a,co,p) (wmove(w,y,x)?ERR:wchgat(w,n,a,co,p))
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h669 extern int wchgat(WINDOW *, int, attr_t, short, const void *);
844 #define chgat(n, a, co, p) wchgat(stdscr, n, a, co, p)
850 wchgat(__w1, n, a, co, p))
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile355 wchgat.3xcurses \
502 wchgat.3xcurses := LINKSRC = chgat.3xcurses

Completed in 89 milliseconds