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

  /src/sys/external/bsd/acpica/dist/compiler/
lex.yy.c 507 static void yy_push_state YY_PROTO(( int new_state ));
1589 static void yy_push_state( int new_state ) function
1591 static void yy_push_state( new_state )
  /src/external/bsd/elftosb/dist/elftosb2/
elftosb_lexer.cpp 2038 void yyFlexLexer::yy_push_state( int new_state ) function in class:yyFlexLexer
  /src/external/bsd/flex/dist/src/
initscan.c 1955 yy_push_state(CODEBLOCK); \
2075 static void yy_push_state ( int _new_state );
2288 add_action("/*[""["); yy_push_state( COMMENT );
2292 yy_push_state( LINEDIR );
2315 yy_push_state(CODEBLOCK_MATCH_BRACE);
3091 yy_push_state(COMMENT_DISCARD);
3283 yy_push_state(COMMENT_DISCARD);
3301 yy_push_state(EXTENDED_COMMENT);
3629 ACTION_ECHO; yy_push_state( CODE_COMMENT );
4654 static void yy_push_state (int _new_state function
    [all...]

Completed in 25 milliseconds