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

/freebsd-10.2-release/contrib/texinfo/info/
H A Ddribble.c27 FILE *info_dribble_file = (FILE *)NULL; variable
38 info_dribble_file = fopen (name, FOPEN_WBIN);
41 if (info_dribble_file)
43 setvbuf (info_dribble_file, _IONBF, (char *)NULL, 1);
45 setvbuf (info_dribble_file, (char *)NULL, _IONBF, 1);
54 if (info_dribble_file)
56 fflush (info_dribble_file);
57 fclose (info_dribble_file);
58 info_dribble_file = (FILE *)NULL;
66 if (info_dribble_file)
[all...]
H A Ddribble.h29 extern FILE *info_dribble_file;
H A Dsession.c5050 if (info_dribble_file)

Completed in 58 milliseconds