Searched refs:helpf (Results 1 – 1 of 1) sorted by relevance
972 FILE *helpf; in command() local1160 if ((strcmp(loc, "C") == 0) || (helpf = fopen (filebuf, "r")) == NULL) { in command()1161 if ((helpf = fopen (HELPFILE, "r")) == NULL) in command()1165 copy_file (helpf); in command()1166 fclose (helpf); in command()