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