HomeSort by relevance Sort by last modified time
    Searched refs:rtn2 (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Modules/
_cursesmodule.c 910 int rtn2; local
915 rtn2 = wgetnstr(self->win,rtn, 1023); local
926 rtn2 = wgetnstr(self->win,rtn,MIN(n, 1023)); local
934 rtn2 = wmove(self->win,y,x)==ERR ? ERR : wgetnstr(self->win, rtn, 1023);
936 rtn2 = mvwgetnstr(self->win,y,x,rtn, 1023);
949 rtn2 = wmove(self->win,y,x)==ERR ? ERR : local
954 rtn2 = mvwgetnstr(self->win, y, x, rtn, MIN(n, 1023));
962 if (rtn2 == ERR)
1089 int rtn2; local
    [all...]
  /external/python/cpython3/Modules/
_cursesmodule.c 1214 int rtn2; local
1219 rtn2 = wgetnstr(self->win,rtn, 1023); local
1230 rtn2 = wgetnstr(self->win, rtn, Py_MIN(n, 1023)); local
1253 rtn2 = wmove(self->win,y,x)==ERR ? ERR : local
1388 int rtn2; local
    [all...]

Completed in 550 milliseconds