xref: /csrg-svn/old/tbl/t2.c (revision 14508)
1 #ifndef lint
2 static char sccsid[] = "@(#)t2.c	4.2 08/11/83";
3 #endif
4 
5  /* t2.c:  subroutine sequencing for one table */
6 # include "t..c"
7 tableput()
8 {
9 saveline();
10 savefill();
11 ifdivert();
12 cleanfc();
13 getcomm();
14 getspec();
15 gettbl();
16 getstop();
17 checkuse();
18 choochar();
19 maktab();
20 runout();
21 release();
22 rstofill();
23 endoff();
24 restline();
25 }
26