Searched refs:outn (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/contrib/flex/src/
H A Dgen.c130 outn ("m4_ifdef( [[M4_YY_USE_LINENO]],[[");
131 outn ("/* Table of booleans, true if rule could match eol. */");
144 outn ("]])");
344 outn ("static const struct yy_trans_info *yy_transition = 0;");
412 outn (" };\n");
418 outn ("static const struct yy_trans_info **yy_start_state_list =0;");
421 outn (" {");
513 outn ("m4_ifdef( [[M4_YY_USES_REJECT]],\n[[");
515 outn ("find_rule: /* we branch to this label when backing up */");
517 outn ("]])\
[all...]
H A Dmain.c488 outn((char*) top_buf.elts);
496 outn("#line 0 \"M4_YY_OUTFILE_NAME\"\n");
500 outn ((char *) (userdef_buf.elts));
1585 //outn ("\n#define YY_USES_REJECT");
1595 outn ("#define YY_SKIP_YYWRAP");
1599 outn ("\n#define FLEX_DEBUG");
1602 outn ("typedef flex_uint8_t YY_CHAR;");
1606 outn ("#define yytext_ptr yytext");
1609 outn ("#define YY_INTERACTIVE");
1617 outn ("#ifde
[all...]
H A Dmisc.c260 outn (" } ;\n");
594 void outn (const char *str) function
765 outn ((char *) (yydmap_buf.elts));
800 outn (buf);
H A Dflexdef.h895 extern void outn(const char *);
1069 #define OUT_BEGIN_CODE() outn("m4_ifdef( [[M4_YY_IN_HEADER]],,[[m4_dnl")
1070 #define OUT_END_CODE() outn("]])")
H A Ddfa.c540 outn (" {");
550 outn (" },\n");
706 outn (" {");
731 outn (" },\n");
H A Dscan.l631 outn("/* Begin user sect3 */");
/freebsd-current/usr.bin/tcopy/
H A Dtcopy.c223 int eot, inmaxblk, inn, outmaxblk, outn; local
239 r1: if ((outn = read(outp, outb, outmaxblk)) == -1) {
242 outn = read(outp, outb, outmaxblk);
243 if (outn >= 0)
249 r2: if (inn != outn) {
252 "tcopy", inn, outn);
/freebsd-current/usr.bin/lex/
H A Dinitscan.c3339 outn("/* Begin user sect3 */");

Completed in 124 milliseconds