H A D | _cursesmodule.c | 751 int rtn; in _curses_window_addch_impl() local 767 rtn = mvwadd_wch(self->win,y,x, &wcval); in _curses_window_addch_impl() 769 rtn = wadd_wch(self->win, &wcval); in _curses_window_addch_impl() 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() 787 return PyCursesCheckERR(rtn, funcname); in _curses_window_addch_impl() 823 int rtn; in _curses_window_addstr_impl() local 849 rtn = mvwaddwstr(self->win,y,x,wstr); in _curses_window_addstr_impl() 851 rtn = waddwstr(self->win,wstr); in _curses_window_addstr_impl() 860 rtn in _curses_window_addstr_impl() 906 int rtn; _curses_window_addnstr_impl() local 1199 int rtn; PyCursesWindow_ChgAt() local 1407 int rtn; _curses_window_getch_impl() local 1444 int rtn; _curses_window_getkey_impl() local 1501 wint_t rtn; _curses_window_get_wch_impl() local 1547 char rtn[1024]; /* This should be big enough.. I hope */ PyCursesWindow_GetStr() local 1678 int rtn; _curses_window_insch_impl() local 1715 unsigned long rtn; _curses_window_inch_impl() local 1751 char rtn[1024]; /* This should be big enough.. I hope */ PyCursesWindow_InStr() local 1824 int rtn; _curses_window_insstr_impl() local 1909 int rtn; _curses_window_insnstr_impl() local 2025 int rtn; _curses_window_noutrefresh_impl() local 2036 rtn = pnoutrefresh(self->win, pminrow, pmincol, _curses_window_noutrefresh_impl() local 2048 rtn = wnoutrefresh(self->win); _curses_window_noutrefresh_impl() local 2087 int rtn; _curses_window_overlay_impl() local 2135 int rtn; _curses_window_overwrite_impl() local 2250 int rtn; _curses_window_refresh_impl() local 2260 rtn = prefresh(self->win, pminrow, pmincol, _curses_window_refresh_impl() local 2272 rtn = wrefresh(self->win); _curses_window_refresh_impl() local 2985 int rtn; _curses_getmouse_impl() local [all...] |