Lines Matching defs:rtn

600     int rtn;  in curses_window_addch_impl()  local
645 int rtn; in PyCursesWindow_AddStr() local
722 int rtn, x, y, n; in PyCursesWindow_AddNStr() local
955 int rtn; in PyCursesWindow_ChgAt() local
1009 int rtn; in PyCursesWindow_DelCh() local
1122 int rtn; in PyCursesWindow_GetCh() local
1127 rtn = wgetch(self->win); in PyCursesWindow_GetCh() local
1134 rtn = mvwgetch(self->win,y,x); in PyCursesWindow_GetCh() local
1148 int rtn; in PyCursesWindow_GetKey() local
1153 rtn = wgetch(self->win); in PyCursesWindow_GetKey() local
1160 rtn = mvwgetch(self->win,y,x); in PyCursesWindow_GetKey() local
1195 wint_t rtn; in PyCursesWindow_Get_WCh() local
1233 char rtn[1024]; /* This should be big enough.. I hope */ in PyCursesWindow_GetStr() local
1338 int rtn, x, y, use_xy = FALSE; in PyCursesWindow_InsCh() local
1385 unsigned long rtn; in PyCursesWindow_InCh() local
1407 char rtn[1024]; /* This should be big enough.. I hope */ in PyCursesWindow_InStr() local
1449 int rtn; in PyCursesWindow_InsStr() local
1528 int rtn, x, y, n; in PyCursesWindow_InsNStr() local
1626 int rtn; in PyCursesWindow_NoOutRefresh() local
1643 rtn = pnoutrefresh(self->win, in PyCursesWindow_NoOutRefresh() local
1659 rtn = wnoutrefresh(self->win); in PyCursesWindow_NoOutRefresh() local
1671 int rtn; in PyCursesWindow_Overlay() local
1709 int rtn; in PyCursesWindow_Overwrite() local
1789 int rtn; in PyCursesWindow_Refresh() local
1807 rtn = prefresh(self->win, in PyCursesWindow_Refresh() local
1821 rtn = wrefresh(self->win); in PyCursesWindow_Refresh() local
2268 int rtn; in PyCurses_GetMouse() local