Lines Matching defs:rtn
371 int rtn, x, y, use_xy = FALSE; in PyCursesWindow_AddCh() local
420 int rtn; in PyCursesWindow_AddStr() local
470 int rtn, x, y, n; in PyCursesWindow_AddNStr() local
684 int rtn; in PyCursesWindow_ChgAt() local
738 int rtn; in PyCursesWindow_DelCh() local
853 int rtn; in PyCursesWindow_GetCh() local
858 rtn = wgetch(self->win); in PyCursesWindow_GetCh() local
865 rtn = mvwgetch(self->win,y,x); in PyCursesWindow_GetCh() local
879 int rtn; in PyCursesWindow_GetKey() local
884 rtn = wgetch(self->win); in PyCursesWindow_GetKey() local
891 rtn = mvwgetch(self->win,y,x); in PyCursesWindow_GetKey() local
916 char rtn[1024]; /* This should be big enough.. I hope */ in PyCursesWindow_GetStr() local
1024 int rtn, x, y, use_xy = FALSE; in PyCursesWindow_InsCh() local
1073 int x, y, rtn; in PyCursesWindow_InCh() local
1095 char rtn[1024]; /* This should be big enough.. I hope */ in PyCursesWindow_InStr() local
1137 int rtn; in PyCursesWindow_InsStr() local
1187 int rtn, x, y, n; in PyCursesWindow_InsNStr() local
1258 int rtn; in PyCursesWindow_NoOutRefresh() local
1275 rtn = pnoutrefresh(self->win, in PyCursesWindow_NoOutRefresh() local
1291 rtn = wnoutrefresh(self->win); in PyCursesWindow_NoOutRefresh() local
1303 int rtn; in PyCursesWindow_Overlay() local
1341 int rtn; in PyCursesWindow_Overwrite() local
1401 int rtn; in PyCursesWindow_Refresh() local
1419 rtn = prefresh(self->win, in PyCursesWindow_Refresh() local
1433 rtn = wrefresh(self->win); in PyCursesWindow_Refresh() local
1826 int rtn; in PyCurses_GetMouse() local