Home
last modified time | relevance | path

Searched refs:E_INTR (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/
Derrcode.h18 #define E_INTR 12 /* Interrupted */ macro
/third_party/python/Python/
Dpythonrun.c1634 case E_INTR: in err_input()
/third_party/python/Parser/
Dtokenizer.c884 tok->done = E_INTR; in tok_nextc()
/third_party/python/Parser/pegen/
Dpegen.c332 case E_INTR: in tokenizer_error()