Searched refs:myFP (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/dialog/
H A Dtrace.c34 #define myFP dialog_state.trace_output macro
40 fprintf(myFP, "%s %s", tag, ctime(&now));
46 if (myFP != 0) {
49 vfprintf(myFP, fmt, ap);
51 fflush(myFP);
92 if (myFP != 0) {
107 fprintf(myFP, "window %dx%d at %d,%d\n",
112 fprintf(myFP, "%3d:", j);
144 fputs(buffer, myFP);
153 fputc((int) (ch & 0xff), myFP);
[all...]

Completed in 174 milliseconds