Searched refs:yyout (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/cmd/sgs/lex/common/ |
H A D | allprint.c | 38 #pragma weak yyout macro 39 extern FILE *yyout; 59 (void) fprintf(yyout, "\\n"); in allprint() 62 (void) fprintf(yyout, "\\t"); in allprint() 65 (void) fprintf(yyout, "\\b"); in allprint() 68 (void) fprintf(yyout, "\\_"); in allprint() 72 (void) fprintf(yyout, "\\x%-2x", c); in allprint() 74 (void) putwc(c, yyout); in allprint()
|
H A D | nceucform | 77 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," gid %d\n", yygid); [all …]
|
H A D | ncform | 69 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,"fall back to state %d\n",yystate-yysvec-1); [all …]
|
H A D | reject.c | 101 #pragma weak yyout macro 102 extern FILE *yyout, *yyin;
|
/titanic_44/usr/src/lib/krb5/ss/ |
H A D | mk_cmds.c | 32 extern FILE *yyin, *yyout;
|
/titanic_44/usr/src/common/mapfiles/common/ |
H A D | map.lex.yy | 42 yyout;
|
/titanic_44/usr/src/lib/libfru/libfru/ |
H A D | yy-lsed | 48 s/yyout/fruout/g
|