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

Lines Matching refs:char_map

443 void gen_next_compressed_state( char_map )
444 char *char_map;
446 indent_put2s( "register YY_CHAR yy_c = %s;", char_map );
494 char *char_map = useecs ?
506 char_map );
535 indent_put2s( "for ( yy_c = %s;", char_map );
601 char char_map[256];
606 (void) sprintf( char_map,
610 (void) sprintf( char_map,
615 strcpy( char_map, useecs ?
632 char_map );
637 char_map );
640 gen_next_compressed_state( char_map );