home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V7 / usr / src / cmd / tbl / t2.c < prev    next >
Encoding:
C/C++ Source or Header  |  1979-01-10  |  261 b   |  22 lines

  1.  /* t2.c:  subroutine sequencing for one table */
  2. # include "t..c"
  3. tableput()
  4. {
  5. saveline();
  6. savefill();
  7. ifdivert();
  8. cleanfc();
  9. getcomm();
  10. getspec();
  11. gettbl();
  12. getstop();
  13. checkuse();
  14. choochar();
  15. maktab();
  16. runout();
  17. release();
  18. rstofill();
  19. endoff();
  20. restline();
  21. }
  22.