don't be so messy if non-root runs this
[unix-history] / usr / src / old / tbl / t2.c
CommitLineData
476fcd16
SL
1#ifndef lint
2static char sccsid[] = "@(#)t2.c 4.2 %G%";
3#endif
43543a60
BS
4
5 /* t2.c: subroutine sequencing for one table */
6# include "t..c"
7tableput()
8{
9saveline();
10savefill();
11ifdivert();
12cleanfc();
13getcomm();
14getspec();
15gettbl();
16getstop();
17checkuse();
18choochar();
19maktab();
20runout();
21release();
22rstofill();
23endoff();
24restline();
25}