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

/netbsd-current/external/gpl2/texinfo/dist/info/
H A Ddribble.c29 FILE *info_dribble_file = (FILE *)NULL; variable
40 info_dribble_file = fopen (name, FOPEN_WBIN);
43 if (info_dribble_file)
45 setvbuf (info_dribble_file, _IONBF, (char *)NULL, 1);
47 setvbuf (info_dribble_file, (char *)NULL, _IONBF, 1);
56 if (info_dribble_file)
58 fflush (info_dribble_file);
59 fclose (info_dribble_file);
60 info_dribble_file = (FILE *)NULL;
68 if (info_dribble_file)
[all...]
H A Ddribble.h31 extern FILE *info_dribble_file;
H A Dsession.c5052 if (info_dribble_file)

Completed in 124 milliseconds