Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dglmodule.c835 if (!getishortarg(args, 2, 0, &arg1)) in gl_devport()
869 if (!getishortarg(args, 4, 0, &arg1)) in gl_rectfs()
871 if (!getishortarg(args, 4, 1, &arg2)) in gl_rectfs()
873 if (!getishortarg(args, 4, 2, &arg3)) in gl_rectfs()
875 if (!getishortarg(args, 4, 3, &arg4)) in gl_rectfs()
891 if (!getishortarg(args, 4, 0, &arg1)) in gl_rects()
893 if (!getishortarg(args, 4, 1, &arg2)) in gl_rects()
895 if (!getishortarg(args, 4, 2, &arg3)) in gl_rects()
897 if (!getishortarg(args, 4, 3, &arg4)) in gl_rects()
1386 if (!getishortarg(args, 1, 0, &arg1)) in gl_pagecolor()
[all …]
Dcgensupport.h27 #define getishortarg PyArg_GetShort macro