Home | History | Annotate | Download | only in include

Lines Matching refs:chgat

452 #ifdef chgat
453 inline int UNDEF(chgat)(int n, attr_t attr, short color, const void *opts) {
454 return chgat(n, attr, color, opts); }
455 #undef chgat
456 #define chgat UNDEF(chgat)
1003 int chgat(int n, attr_t attr, short color, const void *opts=NULL) {
1009 int chgat(int y, int x,
1012 // Move the cursor to the requested position and then perform chgat() as