Home
last modified time | relevance | path

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

/freebsd-13-stable/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()
/freebsd-13-stable/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()
/freebsd-13-stable/tools/build/bootstrap-m4/
HDinittokenizer.c215 int yy_is_interactive; member
314 YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
606 if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
1398 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; in yy_init_buffer()
1553 b->yy_is_interactive = 0; in yy_scan_buffer()
/freebsd-13-stable/contrib/ipfilter/tools/
HDlex_var.h19 } else if ( yy_current_buffer->yy_is_interactive ) \
/freebsd-13-stable/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()
/freebsd-13-stable/usr.bin/lex/
HDinitscan.c214 int yy_is_interactive; member
313 YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
2109 if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
4739 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; in yy_init_buffer()
4894 b->yy_is_interactive = 0; in yy_scan_buffer()
/freebsd-13-stable/contrib/unbound/util/
HDconfiglexer.c215 int yy_is_interactive; member
313 YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
4619 if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
7492 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; in yy_init_buffer()
7647 b->yy_is_interactive = 0; in yy_scan_buffer()
/freebsd-13-stable/contrib/flex/src/
HDflex.skl498 int yy_is_interactive;
622 YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
2106 b->yy_is_interactive = 1;
2111 b->yy_is_interactive = 0;
2114 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
2119 b->yy_is_interactive = 0;
2314 b->yy_is_interactive = 0;
/freebsd-13-stable/contrib/flex/
HDChangeLog8915 * gen.c: is_interactive -> yy_is_interactive