xref: /original-bsd/old/tbl/t2.c (revision 80855e64)
1 /*-
2  * %sccs.include.proprietary.c%
3  */
4 
5 #ifndef lint
6 static char sccsid[] = "@(#)t2.c	4.3 (Berkeley) 04/18/91";
7 #endif /* not lint */
8 
9  /* t2.c:  subroutine sequencing for one table */
10 # include "t..c"
11 tableput()
12 {
13 saveline();
14 savefill();
15 ifdivert();
16 cleanfc();
17 getcomm();
18 getspec();
19 gettbl();
20 getstop();
21 checkuse();
22 choochar();
23 maktab();
24 runout();
25 release();
26 rstofill();
27 endoff();
28 restline();
29 }
30