Home
last modified time | relevance | path

Searched refs:attr_t (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Modules/
H A D_cursesmodule.c136 typedef chtype attr_t; /* No attr_t type is available */ typedef
779 rtn = mvwaddch(self->win,y,x, cch | (attr_t) attr); in _curses_window_addch_impl()
781 rtn = waddch(self->win, cch | (attr_t) attr); in _curses_window_addch_impl()
829 attr_t attr_old = A_NORMAL; in _curses_window_addstr_impl()
912 attr_t attr_old = A_NORMAL; in _curses_window_addnstr_impl()
990 return PyCursesCheckERR(wattroff(self->win, (attr_t)attr), "attroff"); in _curses_window_attroff_impl()
1006 return PyCursesCheckERR(wattron(self->win, (attr_t)attr), "attron"); in _curses_window_attron_impl()
1022 return PyCursesCheckERR(wattrset(self->win, (attr_t)attr), "attrset"); in _curses_window_attrset_impl()
1203 attr_t att in PyCursesWindow_ChgAt()
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dparse.c78 typedef struct token *attr_t(struct token *, struct symbol *, typedef
81 static attr_t

Completed in 7 milliseconds