Searched refs:E_INTERACT_STOP (Results 1 – 2 of 2) sorted by relevance
31 #define E_INTERACT_STOP 28 /* Interactive mode stopped tokenization */ macro
854 tok->done = E_INTERACT_STOP; in tok_underflow_interactive()1552 if (tok->done == E_INTERACT_STOP) { in tok_get()