1: /* sanders driving table structure*/
   2: 
   3: extern struct fonts {
   4:     char lab;
   5:     char phys;
   6:     int Char;
   7:     int Em;
   8:     char mount[10];
   9: } fonts[NFONTS];
  10: 
  11: extern struct {
  12: #ifndef TTY
  13:     int bflags;
  14:     int bspeed;
  15: #else
  16:     int bset;
  17:     int breset;
  18: #endif
  19:     int Newline;
  20:     int Halfline;
  21:     char *twinit;
  22:     char *twrest;
  23:     char *twnl;
  24: #ifdef ADJ
  25:     char *twfp;
  26: #endif
  27:     char *hlr;
  28:     char *hlf;
  29:     char *flr;
  30:     char *bdon;
  31:     char *bdoff;
  32:     char *ploton;
  33:     char *plotoff;
  34:     char *up;
  35:     char *down;
  36:     char *right;
  37:     char *left;
  38:     char *ulon;     /* underlining enables */
  39:     char *uloff;    /* underlining disabled */
  40:     int zzz;
  41: } t;
Last modified: 1981-07-10
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 562
Valid CSS Valid XHTML 1.0 Strict