Lines Matching refs:hfile
58 char *hfile = NULL; /* name of -h file */
93 char *slash; /* index of last / in hfile */
127 hfile = argv[++i];
128 slash = rindex(hfile,SLASH);
129 strcpy(headid, slash ? slash+1 : hfile);
202 if (hfile != NULL) {
204 (void)unlink(hfile);
206 if ((header = fopen(hfile,"w")) == NULL) {
207 fprintf(stderr, "%s: can't open %s for output\n", prog, hfile);
222 if (hfile != NULL) FinishHFile();