Home | History | Annotate | Download | only in flex-2.5.4a

Lines Matching full:tblend

139 		tblend + numecs + 1 );
160 while ( tblend + 2 >= current_max_xpairs )
166 base[lastdfa + 1] = tblend + 2;
167 nxt[tblend + 1] = end_of_buffer_action;
168 chk[tblend + 1] = numecs + 1;
169 chk[tblend + 2] = 1; /* anything but EOB */
172 nxt[tblend + 2] = 0;
187 for ( i = 0; i <= tblend; ++i )
205 transition_struct_out( chk[tblend + 1], nxt[tblend + 1] );
206 transition_struct_out( chk[tblend + 2], nxt[tblend + 2] );
952 out_str_dec( (tblend >= MAX_SHORT || long_align) ?
998 "yy_nxt", tblend + 1 );
1000 for ( i = 1; i <= tblend; ++i )
1015 "yy_chk", tblend + 1 );
1017 for ( i = 1; i <= tblend; ++i )
1122 int total_table_size = tblend + numecs + 1;