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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dhtmlutil.cpp224 static FILE *SectionContentsFD = NULL; variable
228 if ( SectionContentsFD )
230 fclose(SectionContentsFD);
234 SectionContentsFD = NULL;
246 SectionContentsFD = wxFopen(SectionContentsFilename, _T("w"));
980 SetCurrentOutput(SectionContentsFD);
981 wxFprintf(SectionContentsFD, _T("<A HREF=\"#%s\">"), topicName);
1061 SetCurrentOutput(SectionContentsFD);
1062 wxFprintf(SectionContentsFD, "<A HREF=\"#%s\">", topicName);
3130 if ( SectionContentsFD )
[all...]

Completed in 159 milliseconds