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

  /external/python/cpython2/Modules/
_cursesmodule.c 674 #define py_is_pad(win) is_pad(win) macro
676 #define py_is_pad(win) ((win) ? ((win)->_flags & _ISPAD) != 0 : FALSE) macro
820 #ifdef py_is_pad
821 if (py_is_pad(self->win)) {
    [all...]
  /external/python/cpython3/Modules/
_cursesmodule.c 945 #define py_is_pad(win) is_pad(win) macro
947 #define py_is_pad(win) ((win) ? ((win)->_flags & _ISPAD) != 0 : FALSE) macro
    [all...]

Completed in 498 milliseconds