Lines Matching refs:yytext
88 (void) fprintf(newfp, "%s", yytext);
94 (void) fprintf(newfp, "%s", yytext);
108 (void) fprintf(newfp, "%s", yytext);
122 (void) fprintf(newfp, "%c", yytext[0]);
127 return (yytext[0]);
133 (void) fprintf(newfp, "%c", yytext[0]);
138 return (yytext[0]);
144 (void) fprintf(newfp, "%s", yytext);
155 (void) fprintf(newfp, "%s", yytext);
166 (void) fprintf(newfp, "%s", yytext);
177 (void) fprintf(newfp, "%s", yytext);
188 (void) fprintf(newfp, "%s", yytext);
199 (void) fprintf(newfp, "%s", yytext);
227 (void) fprintf(newfp, "%c", yytext[0]);
233 return (yytext[0]);
240 yylval.id = atoi(yytext);
242 (void) fprintf(newfp, "%s", yytext);
251 yylval.id = atoi(yytext);
256 yytext);
266 yytext);
279 yylval.id = atoi(yytext);
281 (void) fprintf(newfp, "%s", yytext);
293 (void) fprintf(newfp, "%s", yytext);
314 (void) fprintf(newfp, "%c", yytext[0]);
329 yytext);
334 (void) fprintf(newfp, "%s", yytext);
346 yytext);
351 (void) fprintf(newfp, "%s", yytext);
359 (void) fprintf(newfp, "%s", yytext);
361 parse_cppline(yytext);
364 (void) fprintf(newfp, "%s", yytext);
386 (void) fprintf(newfp, "%s", yytext);
389 add_comment(MsgCommentMode, yytext);
392 add_comment(SetCommentMode, yytext);
423 (void) fprintf(newfp, "%c", yytext[0]);
620 src_err(srcfile, lineno, gettext("%s before or at: %s"), s, yytext);