Searched defs:PARSESTR (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Modules/ |
D | _curses_panel.c | 155 #define Panel_TwoArgNoReturnFunction(X, TYPE, PARSESTR) \ argument
|
D | _cursesmodule.c | 272 #define Window_OneArgNoReturnVoidFunction(X, TYPE, PARSESTR) \ argument 280 #define Window_OneArgNoReturnFunction(X, TYPE, PARSESTR) \ argument 288 #define Window_TwoArgNoReturnFunction(X, TYPE, PARSESTR) \ argument
|
/external/python/cpython3/Modules/ |
D | _cursesmodule.c | 589 #define Window_OneArgNoReturnVoidFunction(X, TYPE, PARSESTR) \ argument 597 #define Window_OneArgNoReturnFunction(X, TYPE, PARSESTR) \ argument 605 #define Window_TwoArgNoReturnFunction(X, TYPE, PARSESTR) \ argument
|