Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dfile.c223 static struct DocFontRec *firstDocFont=NULL; variable
307 for (df_ptr=firstDocFont; df_ptr != NULL; df_ptr=df_ptr->next) {
317 df_ptr->next = firstDocFont;
318 firstDocFont = df_ptr;
330 for ( ; firstDocFont != NULL; firstDocFont=next_df) {
331 next_df = firstDocFont->next;
332 if (fprintf(dump_fp, "%s", firstDocFont->name) == EOF) {
340 free(firstDocFont);