Home
last modified time | relevance | path

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

/original-bsd/usr.bin/learn/learn/
H A Dcopy.c79 if (incopy) {
80 fprintf(incopy, "%s\n", s);
87 if (incopy && r) {
88 fprintf(incopy, "%s\n", r);
174 fclose(incopy);
175 incopy = NULL;
194 if (incopy) {
195 fprintf(incopy, "%s\n", s);
361 if (incopy) { in unhook()
362 fclose(incopy); in unhook()
[all …]
H A Dlrnref.h53 extern FILE *incopy;
H A Dlearn.c29 FILE *incopy = NULL; variable