Home
last modified time | relevance | path

Searched refs:SetIntItem (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Python/
Dsysmodule.c1336 #define SetIntItem(flag) \ in make_version_info() macro
1341 SetIntItem(PY_MAJOR_VERSION); in make_version_info()
1342 SetIntItem(PY_MINOR_VERSION); in make_version_info()
1343 SetIntItem(PY_MICRO_VERSION); in make_version_info()
1345 SetIntItem(PY_RELEASE_SERIAL); in make_version_info()
1346 #undef SetIntItem in make_version_info()
/external/python/cpython3/Python/
Dsysmodule.c2508 #define SetIntItem(flag) \ in make_version_info() macro
2513 SetIntItem(PY_MAJOR_VERSION); in make_version_info()
2514 SetIntItem(PY_MINOR_VERSION); in make_version_info()
2515 SetIntItem(PY_MICRO_VERSION); in make_version_info()
2517 SetIntItem(PY_RELEASE_SERIAL); in make_version_info()
2518 #undef SetIntItem in make_version_info()
/external/python/cpython3/Modules/
D_cursesmodule.c4339 #define SetIntItem(flag) \ in make_ncurses_version() macro
4346 SetIntItem(NCURSES_VERSION_MAJOR) in make_ncurses_version()
4347 SetIntItem(NCURSES_VERSION_MINOR) in make_ncurses_version()
4348 SetIntItem(NCURSES_VERSION_PATCH) in make_ncurses_version()
4349 #undef SetIntItem in make_ncurses_version()