Lines Matching refs:infile
86 static char *outfile, *infile;
990 (void)fprintf(stderr, "usage: %s [-d level] [-o outfile] infile\n",
1025 infile = argv[0];
1041 if ((inf = fopen(infile, "r")) == NULL)
1042 err(EXIT_FAILURE, "Cannot open `%s'", infile);
1101 token_err(yylineno, infile, yytext,
1143 token_err(yylineno, infile, yytext, "string length %zu too long", len)
1233 token_err(yylineno, infile, yytext,
1270 token_err(yylineno, infile, NULL,
1475 token_err(yylineno, infile, NULL,
1710 infile, yylineno, yytext);
1793 infile, yylineno, yytext);
1973 char *oldinfile = infile;
1982 infile = estrdup(token->text);
1993 sspit(infile);
2001 printf("======= fload file %s\n", infile);
2003 printf("======= done file %s\n", infile);
2017 sspit(infile);
2023 free(infile);
2024 infile = oldinfile;
2043 token_err(yylineno, infile, yytext,
2151 token_err(yylineno, infile, NULL,
2160 token_err(yylineno, infile, NULL,