Home
last modified time | relevance | path

Searched refs:yy_state_type (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/writerfilter/source/rtftok/
H A DFlexLexer.h34 typedef int yy_state_type; typedef
95 yy_state_type yy_get_previous_state();
96 yy_state_type yy_try_NUL_trans( yy_state_type current_state );
123 yy_state_type yy_last_accepting_state;
126 yy_state_type* yy_state_buf;
127 yy_state_type* yy_state_ptr;
H A DRTFScanner.skl285 static yy_state_type yy_try_NUL_trans YY_PROTO(( yy_state_type current_state ));
452 register yy_state_type yy_current_state;
556 yy_state_type yy_next_state;
676 yy_state_buf = new yy_state_type[YY_BUF_SIZE + 2];
878 static yy_state_type yy_get_previous_state()
880 yy_state_type yyFlexLexer::yy_get_previous_state()
883 register yy_state_type yy_current_state;
905 static yy_state_type yy_try_NUL_trans( yy_state_type yy_current_state )
907 static yy_state_type yy_try_NUL_trans( yy_current_state )
908 yy_state_type yy_current_state;
[all …]

Completed in 13 milliseconds