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

/freebsd-10.3-release/contrib/flex/
H A Dgen.c43 void indent_puts PROTO ((const char *));
154 indent_puts ("if ( yy_current_state[-1].yy_nxt )");
156 indent_puts ("if ( yy_accept[yy_current_state] )");
159 indent_puts ("{");
160 indent_puts ("YY_G(yy_last_accepting_state) = yy_current_state;");
161 indent_puts ("YY_G(yy_last_accepting_cpos) = yy_cp;");
162 indent_puts ("}");
176 indent_puts ("case 0: /* must back up */");
177 indent_puts ("/* undo the effects of YY_DO_BEFORE_ACTION */");
178 indent_puts ("*yy_c
1492 void indent_puts (str) function
[all...]
H A Dflexdef.h827 extern void indent_puts PROTO ((const char *));

Completed in 49 milliseconds