HomeSort by: relevance | last modified time | path
    Searched refs:outn (Results 1 - 10 of 10) sorted by relevancy

  /src/external/bsd/flex/dist/src/
gen.c 133 outn ("m4_ifdef( [[M4_YY_USE_LINENO]],[[");
134 outn ("/* Table of booleans, true if rule could match eol. */");
147 outn ("]])");
347 outn ("static const struct yy_trans_info *yy_transition = 0;");
415 outn (" };\n");
421 outn ("static const struct yy_trans_info **yy_start_state_list =0;");
424 outn (" {");
516 outn ("m4_ifdef( [[M4_YY_USES_REJECT]],\n[[");
518 outn ("find_rule: /* we branch to this label when backing up */");
520 outn ("]])\n")
    [all...]
main.c 491 outn((char*) top_buf.elts);
499 outn("#line 0 \"M4_YY_OUTFILE_NAME\"\n");
503 outn ((char *) (userdef_buf.elts));
1588 //outn ("\n#define YY_USES_REJECT");
1598 outn ("#define YY_SKIP_YYWRAP");
1602 outn ("\n#define FLEX_DEBUG");
1605 outn ("typedef flex_uint8_t YY_CHAR;");
1609 outn ("#define yytext_ptr yytext");
1612 outn ("#define YY_INTERACTIVE");
1620 outn ("#ifdef VMS")
    [all...]
misc.c 265 outn (" } ;\n");
599 void outn (const char *str) function
770 outn ((char *) (yydmap_buf.elts));
805 outn (buf);
flexdef.h 904 extern void outn(const char *);
1078 #define OUT_BEGIN_CODE() outn("m4_ifdef( [[M4_YY_IN_HEADER]],,[[m4_dnl")
1079 #define OUT_END_CODE() outn("]])")
dfa.c 541 outn (" {");
551 outn (" },\n");
707 outn (" {");
732 outn (" },\n");
scan.l 634 outn("/* Begin user sect3 */");
initscan.c 3162 outn("/* Begin user sect3 */");
  /src/usr.bin/tcopy/
tcopy.c 236 int eot, inmaxblk, inn, outmaxblk, outn; local
252 r1: if ((outn = read(outp, outb, outmaxblk)) == -1) {
255 outn = read(outp, outb, outmaxblk);
256 if (outn >= 0)
262 r2: if (inn != outn) {
265 "tcopy", inn, outn);
  /src/external/gpl3/gcc.old/dist/gcc/
match.pd 314 outn (negate negate convert convert)
330 (outn (abs @0)))))
  /src/external/gpl3/gcc/dist/gcc/
match.pd 404 outn (negate negate convert convert)
420 (outn (abs @0)))))

Completed in 56 milliseconds