Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dtoken.h81 #define ISWHITESPACE(x) ((x) == ENDMARKER || \ macro
/external/python/cpython3/Parser/
Dparsetok.c338 if (tok->done == E_EOF && !ISWHITESPACE(type)) { in parsetok()