Lines Matching refs:attr_t
127 typedef chtype attr_t; /* No attr_t type is available */ typedef
374 attr_t attr = A_NORMAL; in PyCursesWindow_AddCh()
423 attr_t attr = A_NORMAL , attr_old = A_NORMAL; in PyCursesWindow_AddStr()
472 attr_t attr = A_NORMAL , attr_old = A_NORMAL; in PyCursesWindow_AddNStr()
521 attr_t attr = A_NORMAL; in PyCursesWindow_Bkgd()
553 return PyCursesCheckERR(wattroff(self->win, (attr_t)lattr), "attroff"); in PyCursesWindow_AttrOff()
562 return PyCursesCheckERR(wattron(self->win, (attr_t)lattr), "attron"); in PyCursesWindow_AttrOn()
571 return PyCursesCheckERR(wattrset(self->win, (attr_t)lattr), "attrset"); in PyCursesWindow_AttrSet()
579 attr_t attr = A_NORMAL; in PyCursesWindow_BkgdSet()
688 attr_t attr = A_NORMAL; in PyCursesWindow_ChgAt()
795 attr_t attr = A_NORMAL; in PyCursesWindow_EchoChar()
980 attr_t attr = A_NORMAL; in PyCursesWindow_Hline()
1027 attr_t attr = A_NORMAL; in PyCursesWindow_InsCh()
1140 attr_t attr = A_NORMAL , attr_old = A_NORMAL; in PyCursesWindow_InsStr()
1189 attr_t attr = A_NORMAL , attr_old = A_NORMAL; in PyCursesWindow_InsNStr()
1530 attr_t attr = A_NORMAL; in PyCursesWindow_Vline()