Home
last modified time | relevance | path

Searched refs:C_NONE (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Lib/idlelib/
Dpyparse.py16 (C_NONE, C_BACKSLASH, C_STRING_FIRST_LINE,
229 continuation = C_NONE
331 assert (continuation == C_NONE) == (goodlines[-1] == lno)
Deditor.py1423 if c != pyparse.C_NONE:
/external/python/cpython2/Lib/idlelib/
DPyParse.py5 (C_NONE, C_BACKSLASH, C_STRING_FIRST_LINE,
230 continuation = C_NONE
332 assert (continuation == C_NONE) == (goodlines[-1] == lno)
DEditorWindow.py1344 if c != PyParse.C_NONE:
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dnameser.h151 #define C_NONE ns_c_none macro