Home
last modified time | relevance | path

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

/external/bison/src/
Dscan-skel.c254 int yy_is_interactive; member
374 YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
732 if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
1662 b->yy_is_interactive = 0; in skel__init_buffer()
1839 b->yy_is_interactive = 0; in skel__scan_buffer()
Dscan-gram.c254 int yy_is_interactive; member
374 YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
1122 if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
2904 b->yy_is_interactive = 0; in gram__init_buffer()
3081 b->yy_is_interactive = 0; in gram__scan_buffer()
/external/bluetooth/bluez/tools/
Dlexer.c208 int yy_is_interactive; member
309 YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
575 if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
1358 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; in yy_init_buffer()
1509 b->yy_is_interactive = 0; in yy_scan_buffer()
/external/elfutils/libcpu/
Di386_lex.c248 int yy_is_interactive; member
349 YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
678 if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
1559 b->yy_is_interactive = 0; in i386__init_buffer()
1714 b->yy_is_interactive = 0; in i386__scan_buffer()
/external/webkit/Tools/android/flex-2.5.4a/
Dinitscan.c173 int yy_is_interactive; member
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;
Dflex.skl183 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;
/external/libpcap/
Dscanner.c208 int yy_is_interactive; member
309 YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
2563 if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
4025 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; in pcap__init_buffer()
4176 b->yy_is_interactive = 0; in pcap__scan_buffer()
/external/elfutils/src/
Dldlex.c249 int yy_is_interactive; member
350 YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
1254 if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
2351 b->yy_is_interactive = 0; in ld_init_buffer()
2506 b->yy_is_interactive = 0; in ld_scan_buffer()
/external/mesa3d/src/glsl/glcpp/
Dglcpp-lex.c230 int yy_is_interactive; member
311 YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
862 if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
2028 b->yy_is_interactive = 0; in glcpp__init_buffer()
2187 b->yy_is_interactive = 0; in glcpp__scan_buffer()
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Dglslang_lex.cpp252 int yy_is_interactive; member
333 YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
920 if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
2245 b->yy_is_interactive = 0; in yy_init_buffer()
2404 b->yy_is_interactive = 0; in yy_scan_buffer()
/external/mesa3d/src/glsl/
Dglsl_lexer.cpp230 int yy_is_interactive; member
311 YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
1201 if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
3080 b->yy_is_interactive = 0; in _mesa_glsl__init_buffer()
3239 b->yy_is_interactive = 0; in _mesa_glsl__scan_buffer()