Lines Matching refs:yytext

36 <junk>.			{	srandom(time(0L)); unput(yytext[0]); BEGIN 0; }
38 {BW}[Ss]teal{EW} { printf("%c%cick",yytext[0],yytext[1]-5);
41 {BW}[Ss]tole{EW} { printf("%c%cicked",yytext[0],yytext[1]-5);
46 {BW}was{EW} { printf("%cwuz",yytext[0]); eos(); }
48 {BW}[Hh] printf("%c'",yytext[0]);
49 {BW}[Yy]our{EW} { printf("%.2ser",yytext); eos(); }
50 {BW}it{EW} { printf("%.2s'",yytext); eos(); }
51 {BW}go{EW} { printf("%.2sow",yytext); eos(); }
52 {BW}and{EW} { printf("%c'n'",yytext[0]); eos(); }
53 {BW}my{EW} { printf("%.2se",yytext); eos(); }
54 {BW}th(is|at){EW} { printf("%.5s", yytext); eos(); }
57 {BW}[Ww]e{SP}did{EW} { printf("%.*s",yyleng-1,yytext);
70 [Yy]ou{SP}[^aeiouy] { printf("%c'", yytext[0]); plastc(); }
71 [Ww]hat{SP}are{EW} { printf("%cotta", yytext[0]); eos(); }
74 [MmNnRr]other printf("%cuvver",yytext[0]);
75 [MmSs]outh printf("%cowf", yytext[0]);
76 [cYy]outh printf("%coof", yytext[0]);
77 [^o]uth printf("%.2sf",yytext);
79 [AaEeIiOo]th[^em] { printf("%cf",yytext[0]); plastc(); }
81 e[ei]the { printf("%c%cve", yytext[0], yytext[0]); }
83 eeth { printf("%c%cf", yytext[0], yytext[0]); }
84 [aei]the { printf("%cvv",yytext[0]); plastc(); }
86 a[km]e{EW} { printf("i%ce",yytext[1]); eos(); }
87 [^r][Oo]ld printf("%.2swld",yytext);
88 [^AaEeIiOoUu][uo]nd[a-z] printf("%cunn%c",yytext[0],yytext[yyleng-1]);
90 [^dg]get+[^h] printf("%cge'%c",yytext[0],yytext[yyleng-1]);
93 [rSs]ay{EW} { printf("%cigh",yytext[0]); eos(); }
95 [BbHh]it{EW} { printf("%ci'",yytext[0]); eos(); }
98 [^e]ize[^n] printf("%coize%c",yytext[0],yytext[yyleng-1]);
99 [^e]ight printf("%coit",*yytext);
100 [a-z]"?" { *(yytext+1) = ',';
101 printf("%s roit?",yytext);
104 [a-z]"." { printf("%c", yytext[0]); dintI(); }
111 if (yytext[yyleng-1] == '.')
114 unput(yytext[yyleng-1]);
119 unput(yytext[yyleng-1]); in plastc()
125 if (yytext[0] <= 'Z')
137 printf("%cOy",yytext[0]); in I()
139 printf("%cI",yytext[0]); in I()
189 printf("%cknackered", yytext[0]); in pooped()
192 printf("%cshagged out", yytext[0]); in pooped()
195 printf("%cdone in", yytext[0]); in pooped()