Home | History | Annotate | Download | only in src

Lines Matching full:yy_is_interactive

191 	int yy_is_interactive;
271 yy_current_buffer->yy_is_interactive = is_interactive; \
1148 if ( yy_current_buffer->yy_is_interactive ) \
2207 b->yy_is_interactive = 1;
2210 b->yy_is_interactive = 0;
2212 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
2274 b->yy_is_interactive = 0;