Home
last modified time | relevance | path

Searched refs:helpf (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/more/
H A Dmore.c972 FILE *helpf; in command() local
1160 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()