Home
last modified time | relevance | path

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

/dports/emulators/bfe/bfe2/
H A Dhistory.c16 FILE *h_logfile; variable
31 if((h_logfile = fopen(HISTORY_PATH, "w")) == NULL) in open_history()
59 if(h_logfile != NULL) fclose(h_logfile); in historyClose()
88 if(h_logfile != NULL) fprintf(h_logfile, "%s %s [%s] %s\n", in historyUpdate()
123 if(h_logfile != NULL) in historyWrite()
124 fprintf(h_logfile, ": %s\n", message); in historyWrite()