Home
last modified time | relevance | path

Searched refs:indent_puts (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Tools/android/flex-2.5.4a/
Dgen.c39 void indent_puts PROTO((char []));
88 indent_puts( "if ( yy_current_state[-1].yy_nxt )" ); in gen_backing_up()
90 indent_puts( "if ( yy_accept[yy_current_state] )" ); in gen_backing_up()
93 indent_puts( "{" ); in gen_backing_up()
94 indent_puts( "yy_last_accepting_state = yy_current_state;" ); in gen_backing_up()
95 indent_puts( "yy_last_accepting_cpos = yy_cp;" ); in gen_backing_up()
96 indent_puts( "}" ); in gen_backing_up()
110 indent_puts( "case 0: /* must back up */" ); in gen_bu_action()
111 indent_puts( "/* undo the effects of YY_DO_BEFORE_ACTION */" ); in gen_bu_action()
112 indent_puts( "*yy_cp = yy_hold_char;" ); in gen_bu_action()
[all …]
Dflexdef.h795 extern void indent_puts PROTO((char[]));
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
Ddiffs310 indent_puts( "{" );
312 ! indent_puts( "if ( yy_lp && yy_lp < yy_accept[yy_current_state + 1] )" );
314 indent_puts( "{" );
315 indent_puts( "yy_act = yy_acclist[yy_lp];" );
318 indent_puts( "{" );
320 ! indent_puts("if( yy_lp && yy_lp < yy_accept[yy_current_state + 1] )");
322 indent_puts( "{" );
323 indent_puts( "yy_act = yy_acclist[yy_lp];" );
/external/webkit/Tools/android/flex-2.5.4a/MISC/Atari/
DAtari.patches289 X+ #define indent_puts ind_puts