OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PY_CTF_SPACE
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyctype.h
9
#define
PY_CTF_SPACE
0x08
23
#define Py_ISSPACE(c) (_Py_ctype_table[Py_CHARMASK(c)] &
PY_CTF_SPACE
)
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyctype.h
9
#define
PY_CTF_SPACE
0x08
23
#define Py_ISSPACE(c) (_Py_ctype_table[Py_CHARMASK(c)] &
PY_CTF_SPACE
)
Completed in 114 milliseconds