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

/freebsd-11-stable/contrib/flex/
H A Dgen.c128 outn ("m4_ifdef( [[M4_YY_USE_LINENO]],[[");
129 outn ("/* Table of booleans, true if rule could match eol. */");
142 outn ("]])");
342 outn ("static yyconst struct yy_trans_info *yy_transition = 0;");
410 outn (" };\n");
416 outn ("static yyconst struct yy_trans_info **yy_start_state_list =0;");
419 outn (" {");
510 outn ("goto find_rule; /* avoid `defined but not used' warning */");
511 outn ("find_rule: /* we branch to this label when backing up */");
1036 outn ("m4_ifde
[all...]
H A Dmain.c470 outn((char*) top_buf.elts);
477 outn("#line 0 \"M4_YY_OUTFILE_NAME\"\n");
481 outn ((char *) (userdef_buf.elts));
1575 //outn ("\n#define YY_USES_REJECT");
1581 outn ("\n#define yywrap(yyscanner) 1");
1583 outn ("\n#define yywrap() 1");
1585 outn ("#define YY_SKIP_YYWRAP");
1589 outn ("\n#define FLEX_DEBUG");
1593 outn ("typedef unsigned char YY_CHAR;");
1595 outn ("typede
[all...]
H A Dmisc.c324 outn (" } ;\n");
726 void outn (str) function
899 outn ((char *) (yydmap_buf.elts));
937 outn (buf);
H A Ddfa.c557 outn (" {");
567 outn (" },\n");
723 outn (" {");
748 outn (" },\n");
H A Dflexdef.h951 extern void outn PROTO ((const char *));
1133 #define OUT_BEGIN_CODE() outn("m4_ifdef( [[M4_YY_IN_HEADER]],,[[")
1134 #define OUT_END_CODE() outn("]])")
H A Dscan.l605 outn("/* Begin user sect3 */");
/freebsd-11-stable/usr.bin/tcopy/
H A Dtcopy.c229 int eot, inmaxblk, inn, outmaxblk, outn; local
245 r1: if ((outn = read(outp, outb, outmaxblk)) == -1) {
248 outn = read(outp, outb, outmaxblk);
249 if (outn >= 0)
255 r2: if (inn != outn) {
258 "tcopy", inn, outn);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dwince-stub.c66 static int outn = -1; local
69 if (++outn >= (sizeof (outs) / sizeof (outs[0])))
70 outn = 0;
74 if (outs[outn])
75 FREE (outs[outn]);
76 outs[outn] = (LPWSTR) MALLOC (len);
78 return outs[outn];
/freebsd-11-stable/usr.bin/lex/
H A Dinitscan.c3368 outn("/* Begin user sect3 */");

Completed in 190 milliseconds