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

  /external/python/cpython2/Modules/
_cursesmodule.c 263 #define Window_NoArg2TupleReturnFunction(X, TYPE, ERGSTR) \
318 Window_NoArg2TupleReturnFunction(getyx, int, "ii")
319 Window_NoArg2TupleReturnFunction(getbegyx, int, "ii")
320 Window_NoArg2TupleReturnFunction(getmaxyx, int, "ii")
321 Window_NoArg2TupleReturnFunction(getparyx, int, "ii")
    [all...]
  /external/python/cpython3/Modules/
_cursesmodule.c 426 #define Window_NoArg2TupleReturnFunction(X, TYPE, ERGSTR) \
481 Window_NoArg2TupleReturnFunction(getyx, int, "ii")
482 Window_NoArg2TupleReturnFunction(getbegyx, int, "ii")
483 Window_NoArg2TupleReturnFunction(getmaxyx, int, "ii")
484 Window_NoArg2TupleReturnFunction(getparyx, int, "ii")
    [all...]

Completed in 84 milliseconds