Lines Matching defs:rtn
373 int rtn, x, y, use_xy = FALSE; in PyCursesWindow_AddCh() local
422 int rtn; in PyCursesWindow_AddStr() local
472 int rtn, x, y, n; in PyCursesWindow_AddNStr() local
673 int rtn; in PyCursesWindow_ChgAt() local
727 int rtn; in PyCursesWindow_DelCh() local
841 int rtn; in PyCursesWindow_GetCh() local
846 rtn = wgetch(self->win); in PyCursesWindow_GetCh() local
853 rtn = mvwgetch(self->win,y,x); in PyCursesWindow_GetCh() local
867 int rtn; in PyCursesWindow_GetKey() local
872 rtn = wgetch(self->win); in PyCursesWindow_GetKey() local
879 rtn = mvwgetch(self->win,y,x); in PyCursesWindow_GetKey() local
909 char rtn[1024]; /* This should be big enough.. I hope */ in PyCursesWindow_GetStr() local
1017 int rtn, x, y, use_xy = FALSE; in PyCursesWindow_InsCh() local
1066 int x, y, rtn; in PyCursesWindow_InCh() local
1088 char rtn[1024]; /* This should be big enough.. I hope */ in PyCursesWindow_InStr() local
1130 int rtn; in PyCursesWindow_InsStr() local
1180 int rtn, x, y, n; in PyCursesWindow_InsNStr() local
1251 int rtn; in PyCursesWindow_NoOutRefresh() local
1268 rtn = pnoutrefresh(self->win, in PyCursesWindow_NoOutRefresh() local
1284 rtn = wnoutrefresh(self->win); in PyCursesWindow_NoOutRefresh() local
1296 int rtn; in PyCursesWindow_Overlay() local
1334 int rtn; in PyCursesWindow_Overwrite() local
1394 int rtn; in PyCursesWindow_Refresh() local
1412 rtn = prefresh(self->win, in PyCursesWindow_Refresh() local
1426 rtn = wrefresh(self->win); in PyCursesWindow_Refresh() local
1808 int rtn; in PyCurses_GetMouse() local