Searched defs:helpf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/more/
H A Dmore.c972 FILE *helpf; local
1160 if ((strcmp(loc, "C") == 0) || (helpf = fopen (filebuf, "r")) == NULL) {
1161 if ((helpf = fopen (HELPFILE, "r")) == NULL)
1165 copy_file (helpf);
1166 fclose (helpf);

Completed in 61 milliseconds