Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/lex/
Dgen.c46 void indent_puts PROTO((char []));
95 indent_puts( "if ( yy_current_state[-1].yy_nxt )" ); in gen_backing_up()
97 indent_puts( "if ( yy_accept[yy_current_state] )" ); in gen_backing_up()
100 indent_puts( "{" ); in gen_backing_up()
101 indent_puts( "yy_last_accepting_state = yy_current_state;" ); in gen_backing_up()
102 indent_puts( "yy_last_accepting_cpos = yy_cp;" ); in gen_backing_up()
103 indent_puts( "}" ); in gen_backing_up()
117 indent_puts( "case 0: /* must back up */" ); in gen_bu_action()
118 indent_puts( "/* undo the effects of YY_DO_BEFORE_ACTION */" ); in gen_bu_action()
119 indent_puts( "*yy_cp = yy_hold_char;" ); in gen_bu_action()
[all …]
Dflexdef.h803 extern void indent_puts PROTO((char[]));