1: #include <stdio.h>
   2: #include "def.h"
   3: #include "4.def.h"
   4: 
   5: LOGICAL *brace;
   6: output()
   7:     {
   8:     VERT w;
   9:     int i;
  10:     brace = challoc(nodenum * sizeof(*brace));
  11:     for (i = 0; i < nodenum; ++i)
  12:         brace[i] = FALSE;
  13:     if (progress) fprintf(stderr,"ndbrace:\n");
  14:     for (w = START; DEFINED(w); w = RSIB(w))
  15:         ndbrace(w);
  16:     if (progress) fprintf(stderr,"outrat:\n");
  17:     for (w = START; DEFINED(w); w = RSIB(w))
  18:         outrat(w,0,YESTAB);
  19:     OUTSTR("END\n");
  20:     chfree(brace,nodenum * sizeof(*brace));
  21:     brace = 0;
  22:     }

Defined functions

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