HomeSort by: relevance | last modified time | path
    Searched defs:yy_is_interactive (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
lex.yy.c 172 int yy_is_interactive; member in struct:yy_buffer_state
252 yy_current_buffer->yy_is_interactive = is_interactive; \
664 if ( yy_current_buffer->yy_is_interactive ) \
1560 b->yy_is_interactive = 1;
1563 b->yy_is_interactive = 0;
1565 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
1627 b->yy_is_interactive = 0;
lex.yy.c 172 int yy_is_interactive; member in struct:yy_buffer_state
252 yy_current_buffer->yy_is_interactive = is_interactive; \
664 if ( yy_current_buffer->yy_is_interactive ) \
1560 b->yy_is_interactive = 1;
1563 b->yy_is_interactive = 0;
1565 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
1627 b->yy_is_interactive = 0;
  /src/tools/m4/bootstrap/
tokenizer.c 222 int yy_is_interactive; member in struct:yy_buffer_state
323 YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
612 if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
1434 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
1589 b->yy_is_interactive = 0;
tokenizer.c 222 int yy_is_interactive; member in struct:yy_buffer_state
323 YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
612 if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
1434 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
1589 b->yy_is_interactive = 0;

Completed in 57 milliseconds