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

/macosx-10.10.1/ncurses-44/ncurses/ncurses/base/
H A Dlib_chgat.c39 ** The routine wchgat().
48 wchgat(WINDOW *win, int n, attr_t attr, short color, const void *opts GCC_UNUSED) function
52 T((T_CALLED("wchgat(%p,%d,%s,%d)"), win, n, _traceattr(attr), color));
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dtest_get_wstr.c79 wchgat(txtwin, limit, A_REVERSE, 0, NULL);
86 wchgat(txtwin, Remainder(txtwin), A_NORMAL, 0, NULL);
H A Dtest_getstr.c48 /* Solaris SVr4 curses lacks wchgat, mvgetnstr, mvwgetnstr */
80 wchgat(txtwin, limit, A_REVERSE, 0, NULL);
87 wchgat(txtwin, Remainder(txtwin), A_NORMAL, 0, NULL);
H A Dchgat.c31 * test-driver for chgat/wchgat/mvchgat/mvwchgat
298 wchgat(win, st.count, st.attr, st.pair, (void *) 0);
H A Dview.c566 wchgat(stdscr, -1, A_NORMAL, my_pair, NULL);
/macosx-10.10.1/ncurses-44/ncurses/include/
H A Dcurses.h.in751 extern NCURSES_EXPORT(int) wchgat (WINDOW *, int, attr_t, short, const void *);/* implemented */
1026 #define chgat(n,a,c,o) wchgat(stdscr,n,a,c,o)
1067 #define mvwchgat(win,y,x,n,a,c,o) (wmove(win,y,x) == ERR ? ERR : wchgat(win,n,a,c,o))
H A Dcurses.head751 extern NCURSES_EXPORT(int) wchgat (WINDOW *, int, attr_t, short, const void *);/* implemented */
1026 #define chgat(n,a,c,o) wchgat(stdscr,n,a,c,o)
1067 #define mvwchgat(win,y,x,n,a,c,o) (wmove(win,y,x) == ERR ? ERR : wchgat(win,n,a,c,o))
/macosx-10.10.1/ncurses-44/ncurses/ncurses/
H A Dllib-lncurses150 #undef wchgat
151 int wchgat(
H A Dllib-lncursest150 #undef wchgat
151 int wchgat(
H A Dllib-lncursesw187 #undef wchgat
188 int wchgat(
/macosx-10.10.1/ncurses-44/ncurses/c++/
H A Dcursesw.h1115 return ::wchgat(w, n, attr, color, opts); }

Completed in 180 milliseconds