Searched defs:_DeviceFont (Results 1 – 1 of 1) sorted by relevance
38 struct _DeviceFont { struct39 char *name;40 int special;41 DeviceFont *next;42 Device *dev;43 struct charinfo *char_table[CHAR_TABLE_SIZE];44 struct charinfo *code_table[256];