Home
last modified time | relevance | path

Searched refs:Window_TwoArgNoReturnFunction (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython2/Modules/
D_cursesmodule.c288 #define Window_TwoArgNoReturnFunction(X, TYPE, PARSESTR) \ macro
339 Window_TwoArgNoReturnFunction(mvwin, int, "ii;y,x") in Window_NoArgNoReturnFunction()
340 Window_TwoArgNoReturnFunction(mvderwin, int, "ii;y,x") in Window_NoArgNoReturnFunction()
341 Window_TwoArgNoReturnFunction(wmove, int, "ii;y,x") in Window_NoArgNoReturnFunction()
343 Window_TwoArgNoReturnFunction(wresize, int, "ii;lines,columns") in Window_NoArgNoReturnFunction()
/aosp_15_r20/external/python/cpython3/Modules/
D_cursesmodule.c611 #define Window_TwoArgNoReturnFunction(X, TYPE, PARSESTR) \ macro
662 Window_TwoArgNoReturnFunction(mvwin, int, "ii;y,x") in Window_NoArgNoReturnFunction()
663 Window_TwoArgNoReturnFunction(mvderwin, int, "ii;y,x") in Window_NoArgNoReturnFunction()
664 Window_TwoArgNoReturnFunction(wmove, int, "ii;y,x") in Window_NoArgNoReturnFunction()
666 Window_TwoArgNoReturnFunction(wresize, int, "ii;lines,columns") in Window_NoArgNoReturnFunction()