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

/openbsd-current/usr.bin/lex/
H A Dgen.c45 void indent_puts PROTO((const char *));
163 indent_puts("if ( yy_current_state[-1].yy_nxt )");
165 indent_puts("if ( yy_accept[yy_current_state] )");
168 indent_puts("{");
169 indent_puts("YY_G(yy_last_accepting_state) = yy_current_state;");
170 indent_puts("YY_G(yy_last_accepting_cpos) = yy_cp;");
171 indent_puts("}");
186 indent_puts("case 0: /* must back up */");
187 indent_puts("/* undo the effects of YY_DO_BEFORE_ACTION */");
188 indent_puts("*yy_c
1492 indent_puts(str) function
[all...]
H A Dflexdef.h785 extern void indent_puts PROTO ((const char *));

Completed in 78 milliseconds