Lines Matching refs:outn
128 outn ("m4_ifdef( [[M4_YY_USE_LINENO]],[["); in geneoltbl()
129 outn ("/* Table of booleans, true if rule could match eol. */"); in geneoltbl()
142 outn ("]])"); in geneoltbl()
342 outn ("static yyconst struct yy_trans_info *yy_transition = 0;"); in genctbl()
410 outn (" };\n"); in genctbl()
416 outn ("static yyconst struct yy_trans_info **yy_start_state_list =0;"); in genctbl()
419 outn (" {"); in genctbl()
510 outn ("goto find_rule; /* avoid `defined but not used' warning */"); in gen_find_action()
511 outn ("find_rule: /* we branch to this label when backing up */"); in gen_find_action()
1036 outn ("m4_ifdef( [[M4_YY_USES_REJECT]],\n[["); in gen_start_state()
1041 outn ("]])"); in gen_start_state()
1484 outn ("");
1496 outn (str);
1759 outn ("m4_ifdef( [[M4_YY_USES_REJECT]],\n[["); in make_tables()
1762 outn ("static yy_state_type *yy_state_buf=0, *yy_state_ptr=0;"); in make_tables()
1763 outn ("static char *yy_full_match;"); in make_tables()
1764 outn ("static int yy_lp;"); in make_tables()
1769 outn ("static int yy_looking_for_trail_begin = 0;"); in make_tables()
1770 outn ("static int yy_full_lp;"); in make_tables()
1771 outn ("static int *yy_full_state;"); in make_tables()
1780 outn ("#define REJECT \\"); in make_tables()
1781 outn ("{ \\"); in make_tables()
1782 outn ("*yy_cp = YY_G(yy_hold_char); /* undo effects of setting up yytext */ \\"); in make_tables()
1783 outn ("yy_cp = YY_G(yy_full_match); /* restore poss. backed-over text */ \\"); in make_tables()
1786 outn ("YY_G(yy_lp) = YY_G(yy_full_lp); /* restore orig. accepting pos. */ \\"); in make_tables()
1787 outn ("YY_G(yy_state_ptr) = YY_G(yy_full_state); /* restore orig. state */ \\"); in make_tables()
1788 outn ("yy_current_state = *YY_G(yy_state_ptr); /* restore curr. state */ \\"); in make_tables()
1791 outn ("++YY_G(yy_lp); \\"); in make_tables()
1792 outn ("goto find_rule; \\"); in make_tables()
1794 outn ("}"); in make_tables()
1795 outn ("]])\n"); in make_tables()
1799 outn ("/* The intent behind this definition is that it'll catch"); in make_tables()
1800 outn (" * any uses of REJECT which flex missed."); in make_tables()
1801 outn (" */"); in make_tables()
1802 outn ("#define REJECT reject_used_but_not_detected"); in make_tables()
1854 outn ("#ifndef YYLMAX"); in make_tables()
1855 outn ("#define YYLMAX 8192"); in make_tables()
1856 outn ("#endif\n"); in make_tables()
1858 outn ("char yytext[YYLMAX];"); in make_tables()
1859 outn ("char *yytext_ptr;"); in make_tables()
1865 outn ("char *yytext;"); in make_tables()
1877 outn ("\terrno=0; \\"); in make_tables()
1878 outn ("\twhile ( (result = read( fileno(yyin), (char *) buf, max_size )) < 0 ) \\"); in make_tables()
1879 outn ("\t{ \\"); in make_tables()
1880 outn ("\t\tif( errno != EINTR) \\"); in make_tables()
1881 outn ("\t\t{ \\"); in make_tables()
1882 outn ("\t\t\tYY_FATAL_ERROR( \"input in flex scanner failed\" ); \\"); in make_tables()
1883 outn ("\t\t\tbreak; \\"); in make_tables()
1884 outn ("\t\t} \\"); in make_tables()
1885 outn ("\t\terrno=0; \\"); in make_tables()
1886 outn ("\t\tclearerr(yyin); \\"); in make_tables()
1887 outn ("\t}\\"); in make_tables()
1891 outn ("\tif ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \\"); in make_tables()
1892 outn ("\t\t{ \\"); in make_tables()
1893 outn ("\t\tint c = '*'; \\"); in make_tables()
1894 outn ("\t\tsize_t n; \\"); in make_tables()
1895 outn ("\t\tfor ( n = 0; n < max_size && \\"); in make_tables()
1896 outn ("\t\t\t (c = getc( yyin )) != EOF && c != '\\n'; ++n ) \\"); in make_tables()
1897 outn ("\t\t\tbuf[n] = (char) c; \\"); in make_tables()
1898 outn ("\t\tif ( c == '\\n' ) \\"); in make_tables()
1899 outn ("\t\t\tbuf[n++] = (char) c; \\"); in make_tables()
1900 outn ("\t\tif ( c == EOF && ferror( yyin ) ) \\"); in make_tables()
1901 outn ("\t\t\tYY_FATAL_ERROR( \"input in flex scanner failed\" ); \\"); in make_tables()
1902 outn ("\t\tresult = n; \\"); in make_tables()
1903 outn ("\t\t} \\"); in make_tables()
1904 outn ("\telse \\"); in make_tables()
1905 outn ("\t\t{ \\"); in make_tables()
1906 outn ("\t\terrno=0; \\"); in make_tables()
1907 outn ("\t\twhile ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \\"); in make_tables()
1908 outn ("\t\t\t{ \\"); in make_tables()
1909 outn ("\t\t\tif( errno != EINTR) \\"); in make_tables()
1910 outn ("\t\t\t\t{ \\"); in make_tables()
1911 outn ("\t\t\t\tYY_FATAL_ERROR( \"input in flex scanner failed\" ); \\"); in make_tables()
1912 outn ("\t\t\t\tbreak; \\"); in make_tables()
1913 outn ("\t\t\t\t} \\"); in make_tables()
1914 outn ("\t\t\terrno=0; \\"); in make_tables()
1915 outn ("\t\t\tclearerr(yyin); \\"); in make_tables()
1916 outn ("\t\t\t} \\"); in make_tables()
1917 outn ("\t\t}\\"); in make_tables()
1963 outn ("yy_match:"); in make_tables()
1971 outn ("m4_ifdef( [[M4_YY_USE_LINENO]],[["); in make_tables()
1989 outn ("]])"); in make_tables()
2051 outn ("else"); in make_tables()