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

Lines Matching refs:yy_is_interactive

183 	int yy_is_interactive;
267 yy_current_buffer->yy_is_interactive = is_interactive; \
1207 b->yy_is_interactive = 1;
1210 b->yy_is_interactive = 0;
1212 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
1216 b->yy_is_interactive = 0;
1283 b->yy_is_interactive = 0;