Home | History | Annotate | Download | only in flex-2.5.4a

Lines Matching full:yy_is_interactive

173 	int yy_is_interactive;
253 yy_current_buffer->yy_is_interactive = is_interactive; \
1420 if ( yy_current_buffer->yy_is_interactive ) \
3336 b->yy_is_interactive = 1;
3339 b->yy_is_interactive = 0;
3341 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
3403 b->yy_is_interactive = 0;