1: #define INCH 240
   2: /*
   3: DASI300S
   4: nroff driving tables
   5: width and code tables
   6: */
   7: 
   8: struct {
   9:     int bset;
  10:     int breset;
  11:     int Hor;
  12:     int Vert;
  13:     int Newline;
  14:     int Char;
  15:     int Em;
  16:     int Halfline;
  17:     int Adj;
  18:     char *twinit;
  19:     char *twrest;
  20:     char *twnl;
  21:     char *hlr;
  22:     char *hlf;
  23:     char *flr;
  24:     char *bdon;
  25:     char *bdoff;
  26:     char *ploton;
  27:     char *plotoff;
  28:     char *up;
  29:     char *down;
  30:     char *right;
  31:     char *left;
  32:     char *codetab[256-32];
  33:     int zzz;
  34:     } t {
  35: /*bset*/    0,
  36: /*breset*/  0177420,
  37: /*Hor*/     INCH/60,
  38: /*Vert*/    INCH/48,
  39: /*Newline*/ INCH/8,
  40: /*Char*/    INCH/12,
  41: /*Em*/      INCH/12,
  42: /*Halfline*/    INCH/16,
  43: /*Adj*/     INCH/12,
  44: /*twinit*/  "\033\006",
  45: /*twrest*/  "\033\006",
  46: /*twnl*/    "\015\n",
  47: /*hlr*/     "",
  48: /*hlf*/     "",
  49: /*flr*/     "\032",
  50: /*bdon*/    "\033E",
  51: /*bdoff*/   "\033E",
  52: /*ploton*/  "\006",
  53: /*plotoff*/ "\033\006",
  54: /*up*/      "\032",
  55: /*down*/    "\n",
  56: /*right*/   " ",
  57: /*left*/    "\b",
  58: /*codetab*/
  59: #include "code.300"

Defined macros

INCH defined in line 1; used 7 times
Last modified: 1981-07-10
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: ?E00
Valid CSS Valid XHTML 1.0 Strict