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

/freebsd-13-stable/contrib/flex/src/
H A Dgen.c156 indent_puts ("if ( yy_current_state[-1].yy_nxt )");
158 indent_puts ("if ( yy_accept[yy_current_state] )");
161 indent_puts ("{");
162 indent_puts ("YY_G(yy_last_accepting_state) = yy_current_state;");
163 indent_puts ("YY_G(yy_last_accepting_cpos) = yy_cp;");
164 indent_puts ("}");
178 indent_puts ("case 0: /* must back up */");
179 indent_puts ("/* undo the effects of YY_DO_BEFORE_ACTION */");
180 indent_puts ("*yy_cp = YY_G(yy_hold_char);");
183 indent_puts ("yy_c
1482 void indent_puts (const char *str) function
[all...]
H A Dflexdef.h776 extern void indent_puts(const char *);

Completed in 58 milliseconds