ref: 7e28dd89afb6af9e30ec8c9f4a3ac5fc660a464f
dir: /sys/src/cmd/tbl/t2.c/
/* 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();
}