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

/freebsd-9.3-release/usr.bin/lex/
H A Dgen.c142 outn( " {" );
210 outn( " };\n" );
216 outn( " {" ); /* } so vi doesn't get confused */
285 outn(
287 outn(
1042 outn( "" );
1054 outn( str );
1211 outn(
1213 outn( "static char *yy_full_match;" );
1214 outn( "stati
[all...]
H A Dmain.c337 outn( "" );
949 outn( "\n#define YY_USES_REJECT" );
953 outn( "\n#define yywrap() 1" );
954 outn( "#define YY_SKIP_YYWRAP" );
958 outn( "\n#define FLEX_DEBUG" );
961 outn( "typedef unsigned char YY_CHAR;" );
963 outn( "typedef char YY_CHAR;" );
967 outn( "#define yytext_ptr yytext" );
970 outn( "#define YY_INTERACTIVE" );
977 outn( "#ifde
[all...]
H A Dmisc.c299 outn( " } ;\n" );
701 void outn( str ) function
825 outn( buf );
H A Ddfa.c541 outn( " {" );
548 outn( " },\n" );
713 outn( " {" );
728 outn( " },\n" );
H A Dflexdef.h897 extern void outn PROTO((const char []));
/freebsd-9.3-release/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-9.3-release/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];

Completed in 65 milliseconds