Home
last modified time | relevance | path

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

/NextBSD/contrib/ofed/libsdp/src/
HDconfig_scanner.c199 int yy_is_interactive; member
279 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;
/NextBSD/crypto/heimdal/lib/sl/
HDslc-lex.c216 int yy_is_interactive; member
317 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()
/NextBSD/crypto/heimdal/lib/com_err/
HDlex.c216 int yy_is_interactive; member
317 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()
/NextBSD/contrib/ipfilter/tools/
HDlex_var.h19 } else if ( yy_current_buffer->yy_is_interactive ) \
/NextBSD/crypto/heimdal/lib/asn1/
HDlex.c216 int yy_is_interactive; member
317 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()
/NextBSD/usr.bin/lex/
HDinitscan.c229 int yy_is_interactive; member
331 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()
/NextBSD/contrib/flex/
HDflex.skl581 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;
HDChangeLog6143 * gen.c: is_interactive -> yy_is_interactive
/NextBSD/contrib/binutils/ld/
HDldlex.l512 b->yy_is_interactive = 0;
HDChangeLog-00011962 yy_is_interactive, yy_at_bol, and yy_fill_buffer.