Searched refs:yyout (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dallprint.c38 #pragma weak yyout macro
39 extern FILE *yyout;
59 (void) fprintf(yyout, "\\n");
62 (void) fprintf(yyout, "\\t");
65 (void) fprintf(yyout, "\\b");
68 (void) fprintf(yyout, "\\_");
72 (void) fprintf(yyout, "\\x%-2x", c);
74 (void) putwc(c, yyout);
H A Dncform69 if(debug)fprintf(yyout,"state %d\n",yystate-yysvec-1);
84 fprintf(yyout,"Input string too long, limit %d\n",YYLMAX);
99 fprintf(yyout,
110 fprintf(yyout,"char ");
123 fprintf(yyout,"Input string too long, limit %d\n",YYLMAX);
133 if(debug)fprintf(yyout,"compressed state\n");
141 fprintf(yyout,"Input string too long, limit %d\n",YYLMAX);
149 fprintf(yyout,"try fall back character ");
159 fprintf(yyout,"Input string too long, limit %d\n",YYLMAX);
167 if(debug)fprintf(yyout,"fal
[all...]
H A Dnceucform77 if(debug)fprintf(yyout,"state %d\n",yystate-yysvec-1);
88 fprintf(yyout,"Input string too long, limit %d\n",YYLMAX);
127 fprintf(yyout,
139 fprintf(yyout,"wchar_t ");
141 fprintf(yyout," gid %d\n", yygid);
152 fprintf(yyout,"Input string too long, limit %d\n",YYLMAX);
162 if(debug)fprintf(yyout,"compressed state\n");
170 fprintf(yyout,"Input string too long, limit %d\n",YYLMAX);
178 fprintf(yyout,"try fall back character ");
180 fprintf(yyout," gi
[all...]
H A Dreject.c101 #pragma weak yyout macro
102 extern FILE *yyout, *yyin;
/illumos-gate/usr/src/lib/krb5/ss/
H A Dmk_cmds.c32 extern FILE *yyin, *yyout;

Completed in 68 milliseconds