Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dfile.c217 struct DocFontRec { struct
220 struct DocFontRec *next; argument
223 static struct DocFontRec *firstDocFont=NULL;
305 struct DocFontRec *df_ptr;
312 df_ptr = (struct DocFontRec *)malloc(sizeof(struct DocFontRec));
314 memset(df_ptr, 0, sizeof(struct DocFontRec));
325 struct DocFontRec *next_df=NULL;