Home
last modified time | relevance | path

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

/third_party/python/Include/
Derrcode.h31 #define E_INTERACT_STOP 28 /* Interactive mode stopped tokenization */ macro
/third_party/python/Parser/
Dtokenizer.c854 tok->done = E_INTERACT_STOP; in tok_underflow_interactive()
1552 if (tok->done == E_INTERACT_STOP) { in tok_get()