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

/system/core/sh/
H A Darith_lex.c209 int yy_is_interactive; member in struct:yy_buffer_state
310 YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
591 if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
1483 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
1634 b->yy_is_interactive = 0;

Completed in 79 milliseconds