shithub: riscv

ref: 485a3301e6119f0c85d7869d469fc0a0888e49c1
dir: /sys/src/cmd/tbl/t2.c/

View raw version
/* 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();
}