Home
last modified time | relevance | path

Searched refs:yy_push_state (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/flex/src/
H A Dscan.l112 yy_push_state(CODEBLOCK); \
171 ^"/*" add_action("/*[""["); yy_push_state( COMMENT );
172 ^#{OPTWS}line{WS} yy_push_state( LINEDIR );
181 yy_push_state(CODEBLOCK_MATCH_BRACE);
571 yy_push_state(COMMENT_DISCARD);
740 yy_push_state(COMMENT_DISCARD);
756 yy_push_state(EXTENDED_COMMENT);
H A DFlexLexer.h163 void yy_push_state( int new_state );
H A Dflex.skl975 static void yy_push_state ( int _new_state M4_YY_PROTO_LAST_ARG);
2395 static void yy_push_state YYFARGS1( int ,_new_state)
2398 void yyFlexLexer::yy_push_state( int _new_state )
/freebsd/usr.bin/lex/
H A Dinitscan.c1958 yy_push_state(CODEBLOCK); \
2082 static void yy_push_state ( int _new_state );
2302 add_action("/*[""["); yy_push_state( COMMENT );
2307 yy_push_state( LINEDIR );
2334 yy_push_state(CODEBLOCK_MATCH_BRACE);
3262 yy_push_state(COMMENT_DISCARD);
3465 yy_push_state(COMMENT_DISCARD);
3484 yy_push_state(EXTENDED_COMMENT);
3883 ACTION_ECHO; yy_push_state( CODE_COMMENT );
4955 static void yy_push_state (int _new_state ) in yy_push_state() function
/freebsd/contrib/flex/
H A DONEWS208 yy_push_state, yy_pop_state, yy_top_state
248 void yy_push_state( int new_state )