Searched refs:mesgwrite (Results 1 – 1 of 1) sorted by relevance
66 static FILE *mesgread, *mesgwrite; variable89 mesgwrite = fopen(argv[0], addon ? "a" : "w"); in main()90 if (mesgwrite == NULL) in main()273 fflush(mesgwrite); in hashit()296 hp->hpt = really ? ftell(mesgwrite) : fakept; in hashit()298 fwrite(str, sizeof (char), strlen(str) + 1, mesgwrite); in hashit()299 fwrite("\n", sizeof (char), 1, mesgwrite); in hashit()