Lines Matching refs:out
77 out.write("<");
80 out.write("<a href=\""+urlPrefix+"path=");
81 out.write(path);
83 out.write("\">");
84 out.write(path);
85 out.write("</a>");
86 out.write(">");
90 { out.write(Util.breadcrumbPath(urlPrefix+"defs=",yytext(),'.'));}
92 {Number} { out.write("<span class=\"n\">"); out.write(yytext()); out.write("</span>"); }
94 \" { yybegin(STRING);out.write("<span class=\"s\">\"");}
95 \' { yybegin(COMMENT);out.write("<span class=\"c\">\'");}
99 \" {WhiteSpace} \" { out.write(yytext());}
100 \" { yybegin(YYINITIAL); out.write("\"</span>"); }
101 \\\\ { out.write("\\\\"); }
102 \\\" { yybegin(YYINITIAL); out.write("\\\"</span>"); }
108 yybegin(YYINITIAL); out.write("</span>");
115 "&" {out.write( "&");}
116 "<" {out.write( "<");}
117 ">" {out.write( ">");}
119 {WhiteSpace} { out.write(yytext()); }
120 [!-~] { out.write(yycharat(0)); }
126 { out.write(Util.breadcrumbPath(urlPrefix+"path=",yytext(),'/'));}
131 out.write("<a href=\""+urlPrefix+"path=");
132 out.write(path);
134 out.write("\">");
135 out.write(path);
136 out.write("</a>");}