Home
last modified time | relevance | path

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

/dports/print/lout/lout-3.40/
H A Dz37.c497 FILE_NUM fnum, extra_fnum; FILE *fp, *extra_fp; in FontRead() local
1012 extra_fp = OpenFile(extra_fnum, FALSE, FALSE); in FontRead()
1013 if( extra_fp == NULL ) in FontRead()
1018 while( ReadOneLine(extra_fp, buff, MAX_BUFF) != 0 ) in FontRead()
1030 extra_fnum, fnt, &lnum, extra_fp); in FontRead()
1037 composite, cmp, &cmptop, extra_fp); in FontRead()
1042 fclose(extra_fp); in FontRead()
1043 extra_fp = (FILE *) NULL; in FontRead()