aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/tbl/t2.c
blob: c3ecce7d905dde302b8a60c56caaa8b04344fd0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* t2.c:  subroutine sequencing for one table */
# include "t.h"
void
tableput(void)
{
	saveline();
	savefill();
	ifdivert();
	cleanfc();
	getcomm();
	getspec();
	gettbl();
	getstop();
	checkuse();
	choochar();
	maktab();
	runout();
	release();
	rstofill();
	endoff();
	freearr();
	restline();
}