plan9fox/sys/src/cmd/tbl/t2.c
2011-03-30 19:35:09 +03:00

26 lines
298 B
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();
}