1: /* structure declarations used by dipress */
   2: 
   3: struct ifont
   4: {
   5:     char name[10];      /* troff name */
   6:     char *uname;        /* interpress universal name */
   7:     char *frames;       /* frame number array -- indexed by size */
   8:                 /* frame_num == NULL if font never used */
   9:     unsigned short *extab;  /* table of extended character codes */
  10:                 /* == NULL if extab not loaded */
  11:     struct ifont *next;     /* next font on inactive list */
  12: };
  13: 
  14: 
  15: struct state
  16: {
  17:     int ssize;
  18:     int sfont;
  19:     int shpos;
  20:     int svpos;
  21:     int shorig;
  22:     int svorig;
  23: };
Last modified: 1985-09-04
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 711
Valid CSS Valid XHTML 1.0 Strict