Searched refs:yy_is_interactive (Results 1 – 10 of 10) sorted by relevance
199 int yy_is_interactive; member279 yy_current_buffer->yy_is_interactive = is_interactive; \637 if ( yy_current_buffer->yy_is_interactive ) \1578 b->yy_is_interactive = 1;1581 b->yy_is_interactive = 0;1583 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;1645 b->yy_is_interactive = 0;
216 int yy_is_interactive; member317 YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \603 if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \1352 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; in yy_init_buffer()1507 b->yy_is_interactive = 0; in yy_scan_buffer()
216 int yy_is_interactive; member317 YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \624 if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \1415 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; in yy_init_buffer()1570 b->yy_is_interactive = 0; in yy_scan_buffer()
19 } else if ( yy_current_buffer->yy_is_interactive ) \
216 int yy_is_interactive; member317 YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \947 if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \2280 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; in yy_init_buffer()2435 b->yy_is_interactive = 0; in yy_scan_buffer()
229 int yy_is_interactive; member331 YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \2120 if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \4684 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; in yy_init_buffer()4839 b->yy_is_interactive = 0; in yy_scan_buffer()
581 int yy_is_interactive;717 YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \2127 b->yy_is_interactive = 1;2132 b->yy_is_interactive = 0;2135 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;2140 b->yy_is_interactive = 0;2335 b->yy_is_interactive = 0;
6143 * gen.c: is_interactive -> yy_is_interactive
512 b->yy_is_interactive = 0;
1962 yy_is_interactive, yy_at_bol, and yy_fill_buffer.