Searched refs:EX_INTERACTIVE (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libexpr/
H A Dexpr.h69 #define EX_INTERACTIVE (1<<3) /* interactive input */ macro
H A Dextoken.c260 else if ((ex->disc->flags & EX_INTERACTIVE) && c == '\n' && ex->input->next && !ex->input->next->next && ex->input->nesting <= 0)
H A Dexgram.h634 if (!(p->disc->flags & EX_INTERACTIVE))
684 if (!(p->disc->flags & EX_INTERACTIVE))

Completed in 40 milliseconds