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.c2637 #define SetIntItem(flag) \ in make_version_info() macro
2642 SetIntItem(PY_MAJOR_VERSION); in make_version_info()
2643 SetIntItem(PY_MINOR_VERSION); in make_version_info()
2644 SetIntItem(PY_MICRO_VERSION); in make_version_info()
2646 SetIntItem(PY_RELEASE_SERIAL); in make_version_info()
2647 #undef SetIntItem in make_version_info()
/external/python/cpython3/Modules/
D_cursesmodule.c4595 #define SetIntItem(flag) \ in make_ncurses_version() macro
4602 SetIntItem(NCURSES_VERSION_MAJOR) in make_ncurses_version()
4603 SetIntItem(NCURSES_VERSION_MINOR) in make_ncurses_version()
4604 SetIntItem(NCURSES_VERSION_PATCH) in make_ncurses_version()
4605 #undef SetIntItem in make_ncurses_version()