Lines Matching defs:attr_t
136 typedef chtype attr_t; /* No attr_t type is available */
779 rtn = mvwaddch(self->win,y,x, cch | (attr_t) attr);
781 rtn = waddch(self->win, cch | (attr_t) attr);
829 attr_t attr_old = A_NORMAL;
912 attr_t attr_old = A_NORMAL;
990 return PyCursesCheckERR(wattroff(self->win, (attr_t)attr), "attroff");
1006 return PyCursesCheckERR(wattron(self->win, (attr_t)attr), "attron");
1022 return PyCursesCheckERR(wattrset(self->win, (attr_t)attr), "attrset");
1203 attr_t attr = A_NORMAL;
1341 return PyCursesCheckERR(pechochar(self->win, ch_ | (attr_t)attr),
1346 return PyCursesCheckERR(wechochar(self->win, ch_ | (attr_t)attr),
1644 return PyCursesCheckERR(whline(self->win, ch_ | (attr_t)attr, n), "hline");
1685 rtn = winsch(self->win, ch_ | (attr_t)attr);
1688 rtn = mvwinsch(self->win, y, x, ch_ | (attr_t)attr);
1830 attr_t attr_old = A_NORMAL;
1844 (void)wattrset(self->win, (attr_t)attr);
1915 attr_t attr_old = A_NORMAL;
1929 (void)wattrset(self->win, (attr_t)attr);
2438 return PyCursesCheckERR(wvline(self->win, ch_ | (attr_t)attr, n), "vline");