Searched refs:FSIZE (Results 1 – 3 of 3) sorted by relevance
109 #define FSIZE 254 /* size of a physical font (e.g., 102 for cat) */ macro110 char width[FSIZE]; /* width table for a physical font */111 char kern[FSIZE]; /* ascender+descender info */112 char code[FSIZE]; /* actual device codes for a physical font */113 #define BIGGESTFONT FSIZE /* biggest font if no size in DESC */243 for (i = 0; i < FSIZE; i++) in dofont()
109 #define FSIZE 256 /* size of a physical font (e.g., 102 for cat) */ macro110 char width[FSIZE]; /* width table for a physical font */111 char kern[FSIZE]; /* ascender+descender info */112 char code[FSIZE]; /* actual device codes for a physical font */233 for (i = 0; i < FSIZE; i++)
48 #define FSIZE 256*1024*1024 macro52 static long fsize = FSIZE;