Searched refs:yyout (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/lex/common/ |
H A D | allprint.c | 36 #pragma weak yyout macro 37 extern FILE *yyout; 57 (void) fprintf(yyout, "\\n"); in allprint() 60 (void) fprintf(yyout, "\\t"); in allprint() 63 (void) fprintf(yyout, "\\b"); in allprint() 66 (void) fprintf(yyout, "\\_"); in allprint() 70 (void) fprintf(yyout, "\\x%-2x", c); in allprint() 72 (void) putwc(c, yyout); in allprint()
|
H A D | nceucform | 71 if(debug)fprintf(yyout,"state %d\n",yystate-yysvec-1); 82 fprintf(yyout,"Input string too long, limit %d\n",YYLMAX); 121 fprintf(yyout, 133 fprintf(yyout,"wchar_t "); 135 fprintf(yyout," gid %d\n", yygid); 146 fprintf(yyout,"Input string too long, limit %d\n",YYLMAX); 156 if(debug)fprintf(yyout,"compressed state\n"); 164 fprintf(yyout,"Input string too long, limit %d\n",YYLMAX); 172 fprintf(yyout,"try fall back character "); 174 fprintf(yyout," gid %d\n", yygid); [all …]
|
H A D | ncform | 65 if(debug)fprintf(yyout,"state %d\n",yystate-yysvec-1); 80 fprintf(yyout,"Input string too long, limit %d\n",YYLMAX); 95 fprintf(yyout, 106 fprintf(yyout,"char "); 119 fprintf(yyout,"Input string too long, limit %d\n",YYLMAX); 129 if(debug)fprintf(yyout,"compressed state\n"); 137 fprintf(yyout,"Input string too long, limit %d\n",YYLMAX); 145 fprintf(yyout,"try fall back character "); 155 fprintf(yyout,"Input string too long, limit %d\n",YYLMAX); 163 if(debug)fprintf(yyout,"fall back to state %d\n",yystate-yysvec-1); [all …]
|
H A D | reject.c | 97 #pragma weak yyout macro 98 extern FILE *yyout, *yyin;
|
/illumos-gate/usr/src/lib/krb5/ss/ |
H A D | mk_cmds.c | 31 extern FILE *yyin, *yyout;
|
/illumos-gate/usr/src/common/mapfiles/common/ |
H A D | map.lex.yy | 42 yyout;
|
/illumos-gate/usr/src/lib/libfru/libfru/ |
H A D | yy-lsed | 46 s/yyout/fruout/g
|