Bell 32V release
[unix-history] / usr / src / cmd / tbl / t2.c
CommitLineData
6554f91c
TL
1 /* t2.c: subroutine sequencing for one table */
2# include "t..c"
3tableput()
4{
5saveline();
6savefill();
7ifdivert();
8cleanfc();
9getcomm();
10getspec();
11gettbl();
12getstop();
13checkuse();
14choochar();
15maktab();
16runout();
17release();
18rstofill();
19endoff();
20restline();
21}